fix: don't hardcode nrb path and hostname
This commit is contained in:
parent
fe18a2bf92
commit
a74ea2571a
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
|||
exit 1
|
||||
}
|
||||
|
||||
nixos-rebuild build --flake ~buffet/rice#alice || exit 1
|
||||
nixos-rebuild build --flake . || exit 1
|
||||
diff="$(${pkgs.nvd}/bin/nvd diff /run/current-system result)"
|
||||
rm result
|
||||
nixos-rebuild switch --flake ~buffet/rice#alice
|
||||
nixos-rebuild switch --flake .
|
||||
echo '***'
|
||||
printf '%s\n' "$diff"
|
||||
'')
|
||||
|
|
Loading…
Reference in a new issue