diff options
Diffstat (limited to 'bin/update')
| -rwxr-xr-x | bin/update | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -63,6 +63,12 @@ done shift $((OPTIND - 1)) +if [ -e /etc/nixos/configuration.nix ]; then + pass show "$HOSTNAME"/andreh | + head -n1 | + sudo -S nix-channel --update +fi + guix pull -v3 rfc -u |
