base: tag generation as dirty if built from uncommitted source code
Build topology graph / evals (push) Successful in 2m43s
Eval nix flake / evals (push) Successful in 4m7s

This commit is contained in:
2026-05-28 04:39:49 +09:00
parent 5bf0de1d0d
commit 654eeb83d8
+3
View File
@@ -1,6 +1,7 @@
{
pkgs,
lib,
inputs,
fp,
...
}:
@@ -43,6 +44,8 @@
./services/userdbd.nix
];
system.nixos.tags = lib.optionals (inputs.self.sourceInfo ? dirtyRev) [ "dirty" ];
boot.tmp.cleanOnBoot = lib.mkDefault true;
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;