aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-11-16 23:47:10 +0100
committerAlex Auvolat <alex@adnab.me>2022-11-16 23:47:10 +0100
commit60c26fbc628d7b450ae39214b578ab6a30583d5c (patch)
tree07ea3feb3842f3816fbb01ae02162102b7da88d9 /flake.nix
parente76dba9561128fb8eb26820214a3d103e7f5f9d1 (diff)
downloadgarage-60c26fbc628d7b450ae39214b578ab6a30583d5c.tar.gz
garage-60c26fbc628d7b450ae39214b578ab6a30583d5c.zip
Inject last modified date as git_version; flake cache uploadingnix-remove-system
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b862e8e6..7d152195 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,7 +9,7 @@
};
outputs = { self, nixpkgs, cargo2nix }: let
- git_version = "v0.8.0-rc2";
+ git_version = self.lastModifiedDate;
compile = import ./nix/compile.nix;
forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed;
in