aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-06-16 09:09:24 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-06-16 09:09:24 -0700
commitdfe34f9d40fc8972cce4d2ad926b1aad784a1118 (patch)
treee6f6f311c8835ae6b6e657774eef53c04bbf2157
parent67ff43c5e5ffa6da27bdae9ecc96fda6b04811a5 (diff)
downloadnix-dfe34f9d40fc8972cce4d2ad926b1aad784a1118.tar
nix-dfe34f9d40fc8972cce4d2ad926b1aad784a1118.tar.gz
nix-dfe34f9d40fc8972cce4d2ad926b1aad784a1118.tar.bz2
nix-dfe34f9d40fc8972cce4d2ad926b1aad784a1118.tar.lz
nix-dfe34f9d40fc8972cce4d2ad926b1aad784a1118.tar.xz
nix-dfe34f9d40fc8972cce4d2ad926b1aad784a1118.tar.zst
nix-dfe34f9d40fc8972cce4d2ad926b1aad784a1118.zip
Remove system.configurationRevision
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
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");
-
};
}