Skip to content

Commit

Permalink
chore: add experimental to nix-command
Browse files Browse the repository at this point in the history
  • Loading branch information
romelBen committed Jul 17, 2024
1 parent 11fd830 commit 651aed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
let
reload = pkgs.writeScriptBin "reload" ''
FLAKE_OUTPUT=".#darwinConfigurations.romelben-aarch64-darwin.system"
${pkgs.nixFlakes}/bin/nix build "''${FLAKE_OUTPUT}" && \
${pkgs.nixFlakes}/bin/nix build "''${FLAKE_OUTPUT}" --extra-experimental-features nix-command && \
./result/sw/bin/darwin-rebuild activate && \
${pkgs.zsh}/bin/zsh -c "source ${pkgs.homeDirectory}/.zshrc"
'';
Expand Down

0 comments on commit 651aed9

Please sign in to comment.