run flake-warn from shellHook

This commit is contained in:
Aaron Bieber 2023-05-10 06:41:31 -06:00
parent b21f25f124
commit 0945cfd00f
No known key found for this signature in database

View File

@ -48,6 +48,7 @@
default = pkgs.mkShell {
shellHook = ''
PS1='\u@\h:\@; '
nix run github:qbit/xin#flake-warn
echo "Go `${pkgs.go_1_20}/bin/go version`"
'';
buildInputs = with pkgs; [