aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e0cc70a..7a364d9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -390,6 +390,8 @@
overlays = import ./overlays {inherit inputs;};
packages = forAllSystems (system: import ./pkgs nixpkgs.legacyPackages.${system});
+ system.configurationRevision = toString (self.shortRev or self.dirtyShortRev or self.lastModified or "unknown");
+
};
}