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
|
|
@ -8,6 +8,8 @@ in
|
|||
./radicle-ci-broker.nix
|
||||
./wallpapers.nix
|
||||
./waydroid-script.nix
|
||||
|
||||
./pkgsNoCuda.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
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