diff options
author | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:14:19 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:14:19 -0700 |
commit | 1f213e6d8612b101a53d3d9549c18667903ea47c (patch) | |
tree | 236215421c38806a92fa0c8ed214df0640f581a2 /justfile | |
parent | remove the Makefile (diff) | |
download | world-1f213e6d8612b101a53d3d9549c18667903ea47c.tar.gz |
delete github actions
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile index b2e51dd..28e05da 100644 --- a/justfile +++ b/justfile @@ -9,3 +9,7 @@ build-darwin: switch-darwin: darwin-rebuild switch --flake .# + +test-nix: + nix flake check + nix develop -c echo OK |