summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/justfile b/justfile
index 6c42c32..2b90ae4 100644
--- a/justfile
+++ b/justfile
@@ -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 .