Change label
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m41s
Periodic flake update / flake-update (push) Successful in 1m18s

This commit is contained in:
Torjus Håkestad 2024-10-06 14:40:01 +02:00
parent e9595d1f62
commit 73ffdfb5fe

View File

@ -8,7 +8,7 @@ let
flakeRevCount = if (self ? revCount) then builtins.toString self.revCount else "";
tagGit = "rev:" + flakeRev + ":" + flakeRevCount;
tagMod = "mod:" + flakeMod;
label = tagGit + "_" + tagMod;
label = flakeRevCount + "-" + flakeRev;
in
{
system.nixos.tags = [