Commit 508c30c0f012
Changed files (1)
pkgs
fhs
pkgs/fhs/std.nix
@@ -3,7 +3,12 @@
buildFHSUserEnv {
name = "fhs-std";
targetPkgs = pkgs: with pkgs; [
- envsubst exa git gnumake coreutils
+ envsubst
+ exa
+ git
+ gnumake
+ coreutils
+ zsh
];
- runScript = "/bin/bash";
+ runScript = "/bin/zsh";
}