We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0da38bb commit af97c16Copy full SHA for af97c16
release.nix
@@ -7,7 +7,7 @@ let
7
pkgs = import nixpkgs { system = "x86_64-linux"; };
8
version = "1.7" +
9
(if officialRelease then ""
10
- else if nixopsSrc ? lastModified then "pre${builtins.substring 0 8 nixopsSrc.lastModified}.${nixopsSrc.shortRev}"
+ else if nixopsSrc ? lastModifiedDate then "pre${builtins.substring 0 8 nixopsSrc.lastModifiedDate}.${nixopsSrc.shortRev}"
11
else "pre${toString nixopsSrc.revCount}_${nixopsSrc.shortRev}");
12
in
13
0 commit comments