From 21764c99266189434caadc1b94f1a457ff3329b9 Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Sat, 30 Jun 2018 11:32:58 +0200 Subject: [PATCH] Nixpkgs version can now be specified as the `pkgs` argument --- default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 020afaf..80e1f20 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,7 @@ { system ? builtins.currentSystem, nvidiaVersion ? null, - nvidiaHash ? null + nvidiaHash ? null, + pkgs ? import { inherit system; } }: with pkgs;