www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 21764c99266189434caadc1b94f1a457ff3329b9
parent 2b9e5fb6edf9389ee727b6238437e400d66abf3d
Author: Guillaume Bouchard <guillaume.bouchard@tweag.io>
Date:   Sat, 30 Jun 2018 11:32:58 +0200

Nixpkgs version can now be specified as the `pkgs` argument

Diffstat:
Mdefault.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/default.nix b/default.nix @@ -1,6 +1,7 @@ { system ? builtins.currentSystem, nvidiaVersion ? null, - nvidiaHash ? null + nvidiaHash ? null, + pkgs ? import <nixpkgs> { inherit system; } }: with pkgs;