Files
nixconf/justfile
Deepak Mallubhotla d3ed949ebf
Some checks failed
Test templates, puts into cache / nix (nix-runner) (push) Has been cancelled
Merge branch 'flake-update' of ssh://gitea.deepak.science:2222/deepak/nixconf into flake-update
2025-08-11 18:33:17 -05:00

18 lines
275 B
Makefile

# executes default, set to rebuilding current flake as test
default:
just --list
# does a nixos-rebuild test of current flake
install:
sudo nixos-rebuild test --flake .
# run nix flake check
test:
nix flake check
fmt:
nix fmt
update:
nix flake update