fixed the nom thing, wrong one in the rebuild script
This commit is contained in:
parent
18e7258241
commit
81a76efc8d
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue