home/programs/games: pkgs.callPackage bolt-launcher directly from within host (because of insecure packages)

This commit is contained in:
Anthony Rodriguez 2024-11-05 23:38:07 +01:00
parent 1a61ae4ac4
commit 30d6357b07
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -19,5 +19,9 @@
pkgs.yad
inputs.self.packages.${pkgs.system}.bolt-launcher
# this is really ugly but needed since packages uses its own version of nixpkgs and i dont want to override flake-level nixpkgs
(pkgs.callPackage
../../../pkgs/bolt-launcher.nix
{})
];
}