From 3b2d27457db9ef8911893fa1b843560f1ccab2eb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Jan 2024 08:45:53 -0300 Subject: Remove Nix/NixOS support from configuration and utilities --- bin/update | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bin/update') diff --git a/bin/update b/bin/update index d5e45f0..8189329 100755 --- a/bin/update +++ b/bin/update @@ -64,15 +64,6 @@ done shift $((OPTIND - 1)) -HOSTNAME="$(hostname)" -if [ -e /etc/nixos/configuration.nix ]; then - pass show "$HOSTNAME"/andreh | - head -n1 | - sudo -S nix-channel --update -else - nix-channel --update -fi - guix pull -v3 rfc -u -- cgit v1.2.3