about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-29 08:23:56 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-29 08:23:56 +0200
commit4f62c426936a162b9bc34e300ba032823bda1bb8 (patch)
tree9b55854dc4b7e3860ffb14b7eae74aafb4b3a4ca /pkgs
parent669e0fab1d4b7b791f5a0665c50203734fb2f652 (diff)
nixops: Patch manual expression file as well.
We could use find to recursively replace all references, but let's just
do it one-by-one, because NixOps still has a few references that cannot
be changed right now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/nixops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/nixops/default.nix b/pkgs/nixops/default.nix
index c2894823..9c3f4274 100644
--- a/pkgs/nixops/default.nix
+++ b/pkgs/nixops/default.nix
@@ -36,7 +36,7 @@ let
 
     postPatch = ''
       sed -i -re 's!<nixpkgs([^>]*)>!${import ../../nixpkgs-path.nix}\1!g' \
-        release.nix
+        release.nix doc/manual/default.nix
     '';
 
     installPhase = ''