diff options
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,11 +8,11 @@ update-deps: # build (and only build) the configuration for darwin build-darwin: - darwin-rebuild build --flake .# + darwin-rebuild build --flake .#$(hostname -s) # build and switch the configuration for darwin switch-darwin: - darwin-rebuild switch --flake .# + darwin-rebuild switch --flake .#$(hostname -s) # a simple check to ensure the nix configuration is OK test-nix: |
