run flake-warn on shell startup
This commit is contained in:
parent
9ac2382649
commit
36749e9fbe
@ -33,6 +33,7 @@
|
|||||||
shellHook = ''
|
shellHook = ''
|
||||||
PS1='\u@\h:\@; '
|
PS1='\u@\h:\@; '
|
||||||
echo "Go `${pkgs.go}/bin/go version`"
|
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 ];
|
nativeBuildInputs = with pkgs; [ git go_1_20 gopls go-tools graphviz ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user