mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
chore(shell.nix): remove histfile setting
This commit is contained in:
@@ -41,9 +41,7 @@ let
|
|||||||
dependencies;
|
dependencies;
|
||||||
|
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
|
|
||||||
buildInputs = updateScripts ++ [
|
buildInputs = updateScripts ++ [
|
||||||
|
|
||||||
(pkgs.writers.writeDashBin "niveum-update"
|
(pkgs.writers.writeDashBin "niveum-update"
|
||||||
(lib.concatStringsSep " &\n" (lib.mapAttrsToList updateCommand dependencies)))
|
(lib.concatStringsSep " &\n" (lib.mapAttrsToList updateCommand dependencies)))
|
||||||
|
|
||||||
@@ -72,8 +70,5 @@ in pkgs.mkShell {
|
|||||||
printf "\033[1m%11s\033[0m %s\n" "$hostname" "$machine_status"
|
printf "\033[1m%11s\033[0m %s\n" "$hostname" "$machine_status"
|
||||||
done
|
done
|
||||||
'')
|
'')
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = "export HISTFILE=${toString ./.history}";
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user