summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-09 21:11:17 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-09 21:11:17 +0000
commit39611b983a3c5645f26dfcbaa5f456cf0409b9ba (patch)
tree9c55c3a39d66fe686f170e66fa1476c21a0cf824 /release.nix
parent1e947b7acd158357d33e5e5a6a951b837465ba37 (diff)
downloadnixpkgs-39611b983a3c5645f26dfcbaa5f456cf0409b9ba.tar
nixpkgs-39611b983a3c5645f26dfcbaa5f456cf0409b9ba.tar.gz
nixpkgs-39611b983a3c5645f26dfcbaa5f456cf0409b9ba.tar.bz2
nixpkgs-39611b983a3c5645f26dfcbaa5f456cf0409b9ba.tar.lz
nixpkgs-39611b983a3c5645f26dfcbaa5f456cf0409b9ba.tar.xz
nixpkgs-39611b983a3c5645f26dfcbaa5f456cf0409b9ba.tar.zst
nixpkgs-39611b983a3c5645f26dfcbaa5f456cf0409b9ba.zip
svn path=/nixos/trunk/; revision=14479
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.nix b/release.nix
index 4d6ee916b1c..85aa69e78ea 100644
--- a/release.nix
+++ b/release.nix
@@ -38,7 +38,7 @@ let
       , officialRelease ? false
       }:
 
-      import "${nixosSrc.path}/doc/manual" {
+      import "${nixosSrc}/doc/manual" {
         nixpkgsPath = nixpkgs.outPath;
       };
 
@@ -55,7 +55,7 @@ let
 
         version = builtins.readFile ./VERSION + (if officialRelease then "" else "pre${toString nixosSrc.rev}");
 
-        iso = (import "${nixosSrc.path}/installer/cd-dvd/rescue-cd.nix" {
+        iso = (import "${nixosSrc}/installer/cd-dvd/rescue-cd.nix" {
           platform = system;
           compressImage = true;
           nixpkgsPath = nixpkgs.outPath;