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 6fa7918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 6fa7918

Please sign in to comment.