forked from lix-project/hydra
lastModified -> lastModifiedDate
This commit is contained in:
parent
7b705758ec
commit
400a0fbd14
|
@ -8,7 +8,7 @@
|
|||
outputs = { self, nixpkgs, nix }:
|
||||
let
|
||||
|
||||
version = "${builtins.readFile ./version}.${builtins.substring 0 8 self.lastModified}.${self.shortRev or "DIRTY"}";
|
||||
version = "${builtins.readFile ./version}.${builtins.substring 0 8 self.lastModifiedDate}.${self.shortRev or "DIRTY"}";
|
||||
|
||||
pkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
|
|
Loading…
Reference in a new issue