fix: override hydra's nix version
nix-2.17 is marked as insecure
This commit is contained in:
parent
a7e1206319
commit
056753909a
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@
|
|||
];
|
||||
recipemd = prev.python3Packages.toPythonApplication final.python3Packages.recipemd;
|
||||
};
|
||||
|
||||
insecure = final: prev: {
|
||||
hydra_unstable = prev.hydra_unstable.override { nix = final.nixVersions.unstable; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue