From ced32e7c2a838341c4b0b5706e538e5145c909dc Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Mon, 21 Oct 2024 01:01:01 +0200 Subject: [PATCH] remove fish function 'upgrade-nix' --- fish.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fish.nix b/fish.nix index 506d070..adc23f5 100644 --- a/fish.nix +++ b/fish.nix @@ -37,12 +37,6 @@ end end ''; - upgrade-nix.body = '' - sudo nix-channel --update - sudo nixos-rebuild switch &| ${pkgs.nix-output-monitor}/bin/nom - nix-env -u '.*' - home-manager switch &| ${pkgs.nix-output-monitor}/bin/nom - ''; fish_prompt.body = '' set -l last_pipestatus $pipestatus set -lx __fish_last_status $status # Export for __fish_print_pipestatus.