rebuild: add nom and dix. disable dirty git tree warning

This commit is contained in:
sid 2026-04-26 12:26:54 +02:00
parent 89a74ddbbf
commit e1fcd15e71
3 changed files with 34 additions and 12 deletions

View file

@ -7,6 +7,8 @@
hostname,
nix,
nixos-rebuild-ng,
nix-output-monitor,
dix,
...
}:
@ -26,5 +28,7 @@ writeShellApplication {
hostname
nix
nixos-rebuild-ng
nix-output-monitor
dix
];
}