Nixpkgs version can now be specified as the pkgs argument

This commit is contained in:
Guillaume Bouchard 2018-06-30 11:32:58 +02:00
parent 2b9e5fb6ed
commit 21764c9926

View File

@ -1,6 +1,7 @@
{ system ? builtins.currentSystem,
nvidiaVersion ? null,
nvidiaHash ? null
nvidiaHash ? null,
pkgs ? import <nixpkgs> { inherit system; }
}:
with pkgs;