overlay: Add non-cuda pkgs in pkgs.pkgsNoCuda
This commit is contained in:
parent
1add1c0393
commit
8615b2aed9
2 changed files with 7 additions and 0 deletions
5
overlays/additions/pkgsNoCuda.nix
Normal file
5
overlays/additions/pkgsNoCuda.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{inputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
pkgsNoCuda = inputs.nixpkgs.legacyPackages.${system};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue