run flake-warn on shell startup

This commit is contained in:
Aaron Bieber 2023-05-08 16:10:41 -06:00
parent 9ac2382649
commit 36749e9fbe
No known key found for this signature in database

View File

@ -33,6 +33,7 @@
shellHook = ''
PS1='\u@\h:\@; '
echo "Go `${pkgs.go}/bin/go version`"
nix run github:qbit/xin#flake-warn
'';
nativeBuildInputs = with pkgs; [ git go_1_20 gopls go-tools graphviz ];
};