Nixpkgs version can now be specified as the pkgs
argument
This commit is contained in:
parent
2b9e5fb6ed
commit
21764c9926
|
@ -1,6 +1,7 @@
|
||||||
{ system ? builtins.currentSystem,
|
{ system ? builtins.currentSystem,
|
||||||
nvidiaVersion ? null,
|
nvidiaVersion ? null,
|
||||||
nvidiaHash ? null
|
nvidiaHash ? null,
|
||||||
|
pkgs ? import <nixpkgs> { inherit system; }
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user