run flake-warn from shellHook
This commit is contained in:
parent
b21f25f124
commit
0945cfd00f
@ -48,6 +48,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
PS1='\u@\h:\@; '
|
PS1='\u@\h:\@; '
|
||||||
|
nix run github:qbit/xin#flake-warn
|
||||||
echo "Go `${pkgs.go_1_20}/bin/go version`"
|
echo "Go `${pkgs.go_1_20}/bin/go version`"
|
||||||
'';
|
'';
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user