From 400a0fbd14d0de09e6ea2ce829046ec41a14fccd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 9 Apr 2020 15:44:53 +0200 Subject: [PATCH] lastModified -> lastModifiedDate --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 85969509..50a60f85 100644 --- a/flake.nix +++ b/flake.nix @@ -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";