Remove fix for nixops
This commit is contained in:
parent
fd97565de9
commit
06b03d03a8
1 changed files with 8 additions and 7 deletions
|
@ -33,13 +33,14 @@ self: super:
|
||||||
sha256 = "1971jc0431pl8yixpl37ryl2l0pqdf0xjvkg59nqdwj3vbdx5606";
|
sha256 = "1971jc0431pl8yixpl37ryl2l0pqdf0xjvkg59nqdwj3vbdx5606";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
nixops = super.nixops.overrideDerivation (
|
# Probably not needed anymore
|
||||||
old: {
|
#nixops = super.nixops.overrideDerivation (
|
||||||
patchPhase = ''
|
#old: {
|
||||||
substituteInPlace nix/eval-machine-info.nix \
|
# patchPhase = ''
|
||||||
--replace 'system.nixosVersion' 'system.nixos.version'
|
# substituteInPlace nix/eval-machine-info.nix \
|
||||||
'';
|
# --replace 'system.nixosVersion' 'system.nixos.version'
|
||||||
});
|
# '';
|
||||||
|
#});
|
||||||
# Originally from Mats Rauhala ®2018
|
# Originally from Mats Rauhala ®2018
|
||||||
copy = super.writeScriptBin "copy" ''
|
copy = super.writeScriptBin "copy" ''
|
||||||
function clean() {
|
function clean() {
|
||||||
|
|
Loading…
Reference in a new issue