all repos — nixfiles @ fa35d40cee2a386e9313021f4d0f31c7797a7e77

System and user configuration, managed by nix and home-manager

darwin: make rb pass --flake to other darwin-rebuild commands
Alan Pearce alan@alanpearce.eu
Thu, 18 Apr 2024 19:50:59 +0200
commit

fa35d40cee2a386e9313021f4d0f31c7797a7e77

parent

6520a4c037a0d918df3f0752093bb51ce1b5cacb

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -112,8 +112,8 @@ };   };
 
   home.shellAliases = {
-    rb = "darwin-rebuild";
-    rbs = "darwin-rebuild switch --flake $(ghq list -p nixfiles)";
+    rb = "darwin-rebuild --flake $(ghq list -p nixfiles)";
+    rbs = "rb switch";
 
     dig = "dig +noall +answer";