From 67ff43c5e5ffa6da27bdae9ecc96fda6b04811a5 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 16 Jun 2025 09:05:14 -0700 Subject: Set system.configurationRevision --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') 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"); + }; } -- cgit v1.2.3