nixopsUnstable: Set version to <version>-pre-<commit>
This commit is contained in:
parent
121b56dcd0
commit
0bd069dd41
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ let
|
|||
|
||||
nixops = super.nixops.overridePythonAttrs (
|
||||
old: {
|
||||
version = "${old.version}-pre-${lib.substring 0 7 super.nixops.src.rev}";
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace nixops/args.py --subst-var version
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue