about summary refs log tree commit diff
path: root/nixpkgs-path.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-01 02:24:28 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-01 02:25:39 +0100
commit451caa12b3a7d0c50d122295a7a35895a1238f8b (patch)
tree0cabfb37cbe8adf058ca63beb191f005826e9f1e /nixpkgs-path.nix
parent1052ce3b41557549f166f088c5b672b560c1ede9 (diff)
nixpkgs-path: Force path to a string by default
This is particularly useful if you want to evaluate machine
configurations with a different version of nixpkgs outside of vuizvui
and don't want the whole nixpkgs tree to be imported into the store.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Profpatsch <mail@profpatsch.de>
Fixes: #10
Diffstat (limited to 'nixpkgs-path.nix')
-rw-r--r--nixpkgs-path.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs-path.nix b/nixpkgs-path.nix
index c13b09db..acd3b37e 100644
--- a/nixpkgs-path.nix
+++ b/nixpkgs-path.nix
@@ -1,2 +1,2 @@
 # This will be replaced by the channel expression generators in release.nix!
-<nixpkgs>
+toString <nixpkgs>