summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJakub Trzeciak <jptrzy@gmail.com>2023-10-21 11:35:42 +0200
committerJakub Trzeciak <jptrzy@gmail.com>2023-10-21 11:35:42 +0200
commit791b95cd71cc2184e7c83e8a297c808eacab2ed5 (patch)
treed30385e4bb0ed07c85b9b52100b85b05d52a76f2 /makefile
parent7a6a0f103c449d972fe8d07096ec0d5a6f506f95 (diff)
downloadnixos-791b95cd71cc2184e7c83e8a297c808eacab2ed5.tar.gz
nixos-791b95cd71cc2184e7c83e8a297c808eacab2ed5.tar.bz2
nixos-791b95cd71cc2184e7c83e8a297c808eacab2ed5.zip
Heroic Launcher 🫠
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile b/makefile
index 62d98a4..92174b4 100644
--- a/makefile
+++ b/makefile
@@ -1,2 +1,5 @@
-sync:
+switch:
sudo nixos-rebuild switch --flake .#x270 --show-trace --impure
+
+update:
+ sudo nixos-rebuild switch --upgrade --flake .#x270 --show-trace --impure
Software created with 💖