diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-16 23:47:10 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-16 23:47:10 +0100 |
commit | 60c26fbc628d7b450ae39214b578ab6a30583d5c (patch) | |
tree | 07ea3feb3842f3816fbb01ae02162102b7da88d9 /flake.nix | |
parent | e76dba9561128fb8eb26820214a3d103e7f5f9d1 (diff) | |
download | garage-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |