Skip to content

Commit

Permalink
chore: reflect renamed installer command on ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Dec 29, 2024
1 parent 530d6c4 commit 8d8644e
Show file tree
Hide file tree
Showing 3 changed files with 6,403 additions and 5,713 deletions.
2 changes: 1 addition & 1 deletion SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ swarsel-install -n chaostheatre
};

programs.bash.shellAliases = {
"swarsel-install" = "nix run github:Swarsel/.dotfiles#install --";
"swarsel-install" = "nix run github:Swarsel/.dotfiles#swarsel-install --";
};

system.activationScripts.cache = {
Expand Down
2 changes: 1 addition & 1 deletion hosts/nixos/iso/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ in
};

programs.bash.shellAliases = {
"swarsel-install" = "nix run github:Swarsel/.dotfiles#install --";
"swarsel-install" = "nix run github:Swarsel/.dotfiles#swarsel-install --";
};

system.activationScripts.cache = {
Expand Down
Loading

0 comments on commit 8d8644e

Please sign in to comment.