feat(packages/rebuild): use nh in rebuild script
This commit is contained in:
parent
3ec710af5a
commit
962d00f511
2 changed files with 3 additions and 2 deletions
|
@ -42,6 +42,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
nh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ pkgs.writeShellScriptBin "rebuild" # sh
|
||||||
|
|
||||||
echo "--- building the new config... ---"
|
echo "--- building the new config... ---"
|
||||||
git add .
|
git add .
|
||||||
nixos-rebuild test --flake . --use-remote-sudo || {
|
nh os test . || {
|
||||||
echo "Error: nixos-rebuild switch failed. Check the output for details."
|
echo "Error: nixos-rebuild switch failed. Check the output for details."
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ pkgs.writeShellScriptBin "rebuild" # sh
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "--- adding the built configuration to the bootloader... ---"
|
echo "--- adding the built configuration to the bootloader... ---"
|
||||||
nixos-rebuild switch --flake . --use-remote-sudo || {
|
nh os boot . || {
|
||||||
echo "Error: nixos-rebuild switch failed. Check the output for details."
|
echo "Error: nixos-rebuild switch failed. Check the output for details."
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue