Skip to content

Commit

Permalink
🐛 Fix errors for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
turtton committed Jan 16, 2025
1 parent 46a1c56 commit d1c5b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
sudo nixos-rebuild switch --flake ".#$@" --show-trace
'')
(writeScriptBin "switch-darwin" ''
darwin-rebuild switch --flake ".#$@" --show-trace
nix run nix-darwin -- switch --flake ".#$@" --show-trace
'')
(writeScriptBin "gen-template" ''
nix run github:nix-community/nixos-generators -- -f proxmox-lxc --flake ".#$@" --show-trace
Expand Down
2 changes: 1 addition & 1 deletion hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ let
};
development.enable = true;
};
specialArgs = {
extraSpecialArgs = {
inherit inputs system username;
};
};
Expand Down

0 comments on commit d1c5b25

Please sign in to comment.