fixed the nom thing, wrong one in the rebuild script

This commit is contained in:
Lillian Violet 2025-05-26 16:54:08 +02:00
parent 18e7258241
commit 81a76efc8d
2 changed files with 4 additions and 4 deletions

View file

@ -1,13 +1,13 @@
{
writeShellApplication,
nom,
nix-output-monitor,
just,
}:
writeShellApplication
{
name = "rebuild-no-inhibit";
runtimeInputs = [nom just];
runtimeInputs = [nix-output-monitor just];
text = ''
# A rebuild script for NixOS