Skip to content

Commit

Permalink
ops: push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
romelBen committed Jul 17, 2024
1 parent 651aed9 commit 918d58e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions 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}" --extra-experimental-features nix-command && \
${pkgs.nixFlakes}/bin/nix build "''${FLAKE_OUTPUT}" --extra-experimental-features nix-command --extra-experimental-features flakes && \
./result/sw/bin/darwin-rebuild activate && \
${pkgs.zsh}/bin/zsh -c "source ${pkgs.homeDirectory}/.zshrc"
'';
Expand Down Expand Up @@ -81,13 +81,6 @@
inputs.self.darwinModules.caching
inputs.home-manager.darwinModules.home-manager
inputs.self.darwinModules.home-manager
{
nix = {
extraOptions = ''
experimental-features = nix-command flakes
'';
};
}
];
};

Expand Down

0 comments on commit 918d58e

Please sign in to comment.