all repos — nixfiles @ 9fdde0d36aa52e10b0d587aea37b65bc14adfc85

System and user configuration, managed by nix and home-manager

system/base: remove configurationRevision setting
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 23:13:58 +0200
commit

9fdde0d36aa52e10b0d587aea37b65bc14adfc85

parent

946cf87360e790a6f0c873a8eca41ad22b569587

1 files changed, 0 insertions(+), 5 deletions(-)

jump to
M system/settings/base.nixsystem/settings/base.nix
@@ -1,14 +1,9 @@ { config
 , pkgs
 , lib
-, inputs
 , ...
 }:
-let
-  inherit (inputs) self;
-in
 {
   boot.loader.timeout = lib.mkDefault 1;
   services.irqbalance.enable = true;
-  system.configurationRevision = toString (self.rev or self.dirtyRev or self.lastModified or "unknown");
 }