summary refs log tree commit diff stats
path: root/user/settings/nix.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-04-29 08:07:44 +0200
committerAlan Pearce2024-04-29 08:07:44 +0200
commit4d56526b0a391443b471fa5db6b154fcecbb15ff (patch)
tree54fcdc40076d8bf3b040b596273439b9127f43bd /user/settings/nix.nix
parente0ee29efdea8c63d65cd81ba9a767320e95ee8c1 (diff)
downloadnixfiles-4d56526b0a391443b471fa5db6b154fcecbb15ff.tar.lz
nixfiles-4d56526b0a391443b471fa5db6b154fcecbb15ff.tar.zst
nixfiles-4d56526b0a391443b471fa5db6b154fcecbb15ff.zip
fish: switch from nix-your-shell to any-nix-shell
Diffstat (limited to 'user/settings/nix.nix')
-rw-r--r--user/settings/nix.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/user/settings/nix.nix b/user/settings/nix.nix
index 30bfe47a..c24bb984 100644
--- a/user/settings/nix.nix
+++ b/user/settings/nix.nix
@@ -10,13 +10,8 @@ in
     ../../pin.nix
   ];
   nixpkgs.config = import ../config.nix;
-  # move to system config
-  programs.fish.interactiveShellInit = ''
-    any-nix-shell fish --info-right | source
-  '';
 
   home.packages = with pkgs; [
-    any-nix-shell
     nil
     nix-prefetch-scripts
     nix-init