Inject last modified date as git_version; flake cache uploading

This commit is contained in:
Alex Auvolat
2022-11-16 23:47:10 +01:00
parent e76dba9561
commit 60c26fbc62
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -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