nixops: disable fish-nix-shell on rpi (buggy)

pull/30/head
Sebastien Bourdeauducq 2020-04-16 16:30:41 +08:00
parent d7dbb1b1c1
commit 9c86d4b797
1 changed files with 0 additions and 4 deletions

View File

@ -87,12 +87,8 @@ in
documentation.enable = false;
environment.systemPackages = with pkgs; [
psmisc wget vim git usbutils lm_sensors file telnet mosh tmux xc3sprog m-labs.openocd screen gdb minicom picocom
(import ./fish-nix-shell)
];
programs.fish.enable = true;
programs.fish.promptInit = ''
fish-nix-shell --info-right | source
'';
users.defaultUserShell = pkgs.fish;
nix.binaryCachePublicKeys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="];