diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-08-03 14:04:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-08-03 14:04:03 -0700 |
| commit | 30558b5b98c362e4daabb9223286a2595191be4e (patch) | |
| tree | 27ac618628521e2abd4c385b490e1b41ab0ab0a2 /justfile | |
| parent | add lint as a target and reformat (diff) | |
| download | infra-30558b5b98c362e4daabb9223286a2595191be4e.tar.gz | |
add a linux VM as a new host
The linux VM runs with UTM, and it has a very basic configuration for
now.
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,18 +1,24 @@ +# a quick setup setup: rye sync +# update dependencies update-deps: nix flake update --commit-lock-file +# build (and only build) the configuration for darwin build-darwin: darwin-rebuild build --flake .# +# build and switch the configuration for darwin switch-darwin: darwin-rebuild switch --flake .# +# a simple check to ensure the nix configuration is OK test-nix: nix flake check nix develop -c echo OK +# run various formatting tools fmt: nix fmt |
