From 03bc767398b4339ad4e7dcf52061100ed3b33b85 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 28 Sep 2024 09:28:47 -0700 Subject: for some reason the `hostname` is busted on sequoia --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 5179ff1..0e67acd 100644 --- a/justfile +++ b/justfile @@ -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: -- cgit 1.4.1