update: pass arguments to ./switch

This commit is contained in:
Leonardo Eugênio 2024-05-19 15:58:51 -03:00
parent 8f0160ef73
commit f54f98ea4e

2
update
View file

@ -1,4 +1,4 @@
#!/bin/sh
nix flake update --verbose --print-build-logs
./switch
exec ./switch "$@"