diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-16 09:09:24 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-16 09:09:24 -0700 |
commit | dfe34f9d40fc8972cce4d2ad926b1aad784a1118 (patch) | |
tree | e6f6f311c8835ae6b6e657774eef53c04bbf2157 /flake.nix | |
parent | 67ff43c5e5ffa6da27bdae9ecc96fda6b04811a5 (diff) | |
download | nix-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
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"); - }; } |