From a5dffb3d3dcfff3b1d6c166451268ebb1cbde991 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 9 Sep 2013 14:03:28 +0200 Subject: Temporary hack to parameterize nixpkgs --- default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index eae1d56d0a78..97162c6e8b8e 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,6 @@ -with import { }; +{ nixpkgs ? }: + +with import nixpkgs { }; runCommand "nix-repl" { buildInputs = [ readline nixUnstable boehmgc ]; } -- cgit 1.4.1