From 6fa791804234a9b099f0a278df507d930ffe703d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Sun, 29 Dec 2024 02:20:32 +0100 Subject: [PATCH] chore: reflect renamed installer command on ISO --- SwarselSystems.org | 2 +- hosts/nixos/iso/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 84354e9..91593f4 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -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 = { diff --git a/hosts/nixos/iso/default.nix b/hosts/nixos/iso/default.nix index 61c07d8..d105ca8 100644 --- a/hosts/nixos/iso/default.nix +++ b/hosts/nixos/iso/default.nix @@ -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 = {