trying out docker

This commit is contained in:
2025-03-21 12:32:21 -05:00
parent 4d2fa843bf
commit c40724190e
4 changed files with 21 additions and 3 deletions

View File

@@ -1,6 +1,14 @@
# 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