added nom for the build (sudo prompt won't show up but password input still works)
This commit is contained in:
parent
63e74350fb
commit
65032788b2
6 changed files with 231 additions and 177 deletions
6
justfile
6
justfile
|
@ -1,14 +1,14 @@
|
|||
build:
|
||||
sudo nixos-rebuild switch --flake .# --show-trace
|
||||
sudo nixos-rebuild --log-format internal-json -v switch --flake .# --show-trace |& nom --json && zsh
|
||||
|
||||
run:
|
||||
nix-repl -f flake:nixpkgs
|
||||
|
||||
test:
|
||||
sudo nix flake check --show-trace
|
||||
sudo nix flake check --show-trace --log-format internal-json -v |& nom --json && zsh
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
nix flake update --log-format internal-json -v |& nom --json && zsh
|
||||
|
||||
clean:
|
||||
sudo nix-collect-garbage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue