Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Romel Benavides committed Jul 29, 2024
1 parent 31d4543 commit 96b9cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
default =
let
reload = pkgs.writeScriptBin "reload" ''
# CONFIG_NAME=$(scutil --get LocalHostName)
FLAKE_OUTPUT=".#darwinConfigurations.${username}-${system}.system"
CONFIG_NAME=$(scutil --get LocalHostName)
FLAKE_OUTPUT=".#darwinConfigurations.''${CONFIG_NAME}.system"
nix build "''${FLAKE_OUTPUT}" && \
./result/sw/bin/darwin-rebuild activate && \
${pkgs.zsh}/bin/zsh -c "source ${pkgs.homeDirectory}/.zshrc"
Expand Down

0 comments on commit 96b9cdc

Please sign in to comment.