# executes default, set to rebuilding current flake as test
default:test
default:
just --list
# does a nixos-rebuild test of current flake
test:
install:
sudo nixos-rebuild test --flake .
# run nix flake check
test:
nix flake check
fmt:
nix fmt
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.