flake: run flake-warn

This commit is contained in:
Aaron Bieber 2023-05-12 07:10:46 -06:00
parent 340a9f3655
commit 6e29e44204
No known key found for this signature in database

View File

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