diff options
| author | seth <[email protected]> | 2023-04-26 00:33:59 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-26 00:33:59 -0400 |
| commit | e00d63baba3769d375737002c0c16362b5c19b5e (patch) | |
| tree | 4c3829c6753a849581bf26ed173e0b1f0c86c40a /justfile | |
| parent | c2324ea8014ca56291a1b6c69bfbce71fc97fddb (diff) | |
remove upgrade from justfile
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -6,7 +6,6 @@ alias lo := lock alias p := pre-commit alias sw := switch alias ul := unlock -alias up := upgrade default: @just --choose @@ -51,11 +50,3 @@ update: update-nixpkgs: nix flake lock \ --update-input nixpkgs --update-input nixpkgsUnstable - -[linux] -upgrade: - sudo nixos-rebuild switch --upgrade --impure --flake . - -[macos] -upgrade: - darwin-rebuild switch --upgrade --flake . |
