From dfe34f9d40fc8972cce4d2ad926b1aad784a1118 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 16 Jun 2025 09:09:24 -0700 Subject: Remove system.configurationRevision --- flake.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7a364d9..e0cc70a 100644 --- a/flake.nix +++ b/flake.nix @@ -390,8 +390,6 @@ 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