summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/default.nix b/default.nix
index 2e3f1458f..4e4a117c2 100644
--- a/default.nix
+++ b/default.nix
@@ -49,11 +49,11 @@ let
49 }; 49 };
50 usepkgs = if null == pkgs then 50 usepkgs = if null == pkgs then
51 import pinpkgs {} 51 import pinpkgs {}
52 else 52 else
53 if 0 == pkgs then 53 if 0 == pkgs then
54 import <nixpkgs> { } 54 import <nixpkgs> { }
55 else 55 else
56 import pkgs {}; 56 import pkgs {};
57 57
58in with usepkgs; usepkgs.stdenv.mkDerivation rec { 58in with usepkgs; usepkgs.stdenv.mkDerivation rec {
59 src = ./.; 59 src = ./.;