From 06b03d03a8c8b802a4ac6fa759621396432eae8d Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Tue, 20 Nov 2018 11:26:27 +0200 Subject: [PATCH] Remove fix for nixops --- pkgs/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index 99665dc..a9fe6d2 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -33,13 +33,14 @@ self: super: sha256 = "1971jc0431pl8yixpl37ryl2l0pqdf0xjvkg59nqdwj3vbdx5606"; }; }); - nixops = super.nixops.overrideDerivation ( - old: { - patchPhase = '' - substituteInPlace nix/eval-machine-info.nix \ - --replace 'system.nixosVersion' 'system.nixos.version' - ''; - }); + # Probably not needed anymore + #nixops = super.nixops.overrideDerivation ( + #old: { + # patchPhase = '' + # substituteInPlace nix/eval-machine-info.nix \ + # --replace 'system.nixosVersion' 'system.nixos.version' + # ''; + #}); # Originally from Mats Rauhala ®2018 copy = super.writeScriptBin "copy" '' function clean() {