all repos — nixfiles @ 7a87023d2a4af9600080411ea82fd46cb798e194

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

Revert "disable `nh` aliases for better interoperability with deflake branch" This reverts commit 1bf2bcbef0ec4f2333b88b976eaeabd9dba31242.

Alan Pearce
commit

7a87023d2a4af9600080411ea82fd46cb798e194

parent

8389bc986343a23cec629ea806e2ddb47191c552

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M user/settings/nixos.nixuser/settings/nixos.nix
@@ -5,9 +5,9 @@ ./nixpkgs.nix
]; home.shellAliases = { - srb = "nixos-rebuild"; - rbs = "nixos-rebuild switch --fast"; - rbb = "nixos-rebuild boot --fast"; + srb = "nh os"; + rbs = "nh os switch"; + rbb = "nh os boot"; rbr = "nixos-rebuild switch --rollback"; }; }