nixos-config/update

5 lines
76 B
Plaintext
Raw Normal View History

2022-11-10 21:55:46 -03:00
#!/bin/sh
nix flake update --verbose --print-build-logs
2024-05-19 15:58:51 -03:00
exec ./switch "$@"