nix-infra/justfile

15 lines
176 B
Makefile
Raw Normal View History

2024-04-01 18:33:14 +00:00
#!/usr/bin/env just --justfile
build:
colmena build
apply:
colmena apply
build-vm host="bengal":
nixos-rebuild build-vm --flake .#{{host}}
git:
nix fmt
git add .