Justfile: build with nom
This commit is contained in:
parent
08824dddf3
commit
2481e03a87
2 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ update-input input:
|
||||||
alias build := build-nixos
|
alias build := build-nixos
|
||||||
# Build a NixOS configuration
|
# Build a NixOS configuration
|
||||||
build-nixos host=`hostname`:
|
build-nixos host=`hostname`:
|
||||||
nixos-rebuild build --flake .#{{host}}
|
nom build .#nixosConfigurations.{{host}}.config.system.build.toplevel
|
||||||
|
|
||||||
# nix-diff with some parameters piped to less
|
# nix-diff with some parameters piped to less
|
||||||
nix-diff left right:
|
nix-diff left right:
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,7 @@
|
||||||
packages = with nixpkgs.legacyPackages.x86_64-linux; [
|
packages = with nixpkgs.legacyPackages.x86_64-linux; [
|
||||||
agenix.packages.x86_64-linux.default
|
agenix.packages.x86_64-linux.default
|
||||||
git
|
git
|
||||||
|
nix-output-monitor
|
||||||
nix-diff
|
nix-diff
|
||||||
just
|
just
|
||||||
alejandra
|
alejandra
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue