home/programs/games: pkgs.callPackage bolt-launcher directly from within host (because of insecure packages)
This commit is contained in:
parent
1a61ae4ac4
commit
30d6357b07
1 changed files with 4 additions and 0 deletions
|
@ -19,5 +19,9 @@
|
||||||
pkgs.yad
|
pkgs.yad
|
||||||
|
|
||||||
inputs.self.packages.${pkgs.system}.bolt-launcher
|
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
|
||||||
|
{})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue