diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 23:04:41 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 23:04:41 -0700 |
| commit | 1f1659244241f8f90e8e6ae7d9ecc8be4513e023 (patch) | |
| tree | 7e96205d8a61d80825e16fa6258847b0735aa740 /core | |
| parent | 38edb2557cdad38ab950437f6a44d89b88ebc3a6 (diff) | |
core: adopt rb and rbf scripts
Diffstat (limited to 'core')
| -rw-r--r-- | core/packages.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/packages.nix b/core/packages.nix index bf30787..3386080 100644 --- a/core/packages.nix +++ b/core/packages.nix @@ -2,6 +2,9 @@ { environment.systemPackages = with pkgs; [ + (writeShellScriptBin "rb" "sudo nixos-rebuild switch --flake /etc/nixos") + (writeShellScriptBin "rbf" "sudo nixos-rebuild switch --flake path:/etc/nixos") + git vim wget |