From 2295a240e5168e455fec9556198fa3d0cf20e677 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 26 Feb 2023 19:14:18 +0100 Subject: [PATCH] shellOptions: remove unused nix aliases --- home/shellOptions.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/home/shellOptions.nix b/home/shellOptions.nix index ddc6b25..4247e83 100644 --- a/home/shellOptions.nix +++ b/home/shellOptions.nix @@ -131,16 +131,7 @@ in rec { # Nix related aliases "Nix Stuff" = { - - # FIXME: This for some reason uses an outdated version of home-manager and nixos-rebuild - # nxr = "sudo ${nixos-rebuild}/bin/nixos-rebuild switch"; - nxr = "sudo nixos-rebuild switch"; - nxp = "nix-shell -p "; - - nxc = "sudoedit /etc/nixos/configuration.nix"; - nxh = "vim ~/.config/nixpkgs/home.nix"; - ns = "nix-shell"; nxr-hm = "sudo nixos-rebuild switch --flake ~/nix#home-manager-tester"; nxr-ks = "sudo nixos-rebuild switch --flake ~/nix#kasei";