templates: run flake-warn from shellHook
This commit is contained in:
parent
0b799e6a34
commit
60735ae289
@ -37,6 +37,7 @@
|
||||
default = pkgs.mkShell {
|
||||
shellHook = ''
|
||||
PS1='\u@\h:\@; '
|
||||
nix flake run github:qbit/xin#flake-warn
|
||||
echo "Ada `${pkgs.gnat12}/bin/gnatmake --version`"
|
||||
'';
|
||||
nativeBuildInputs = with pkgs; [ gnat12 gprbuild ];
|
||||
|
@ -32,6 +32,7 @@
|
||||
default = pkgs.mkShell {
|
||||
shellHook = ''
|
||||
PS1='\u@\h:\@; '
|
||||
nix flake run github:qbit/xin#flake-warn
|
||||
echo "Go `${pkgs.go}/bin/go version`"
|
||||
'';
|
||||
nativeBuildInputs = with pkgs; [ git go gopls go-tools ];
|
||||
|
@ -38,6 +38,7 @@
|
||||
default = pkgs.mkShell {
|
||||
shellHook = ''
|
||||
PS1='\u@\h:\@; '
|
||||
nix flake run github:qbit/xin#flake-warn
|
||||
echo "Perl `${pkgs.perl}/bin/perl --version`"
|
||||
'';
|
||||
buildInputs = with pkgs.perlPackages; [ PerlTidy ];
|
||||
|
@ -39,6 +39,7 @@
|
||||
default = pkgs.mkShell {
|
||||
shellHook = ''
|
||||
PS1='\u@\h:\@; '
|
||||
nix flake run github:qbit/xin#flake-warn
|
||||
echo "OCaml `${pkgs.ocaml}/bin/ocaml --version`"
|
||||
'';
|
||||
nativeBuildInputs = with pkgs;
|
||||
|
@ -34,6 +34,7 @@
|
||||
default = pkgs.mkShell {
|
||||
shellHook = ''
|
||||
PS1='\u@\h:\@; '
|
||||
nix flake run github:qbit/xin#flake-warn
|
||||
echo "Perl `${pkgs.perl}/bin/perl --version`"
|
||||
'';
|
||||
buildInputs = with pkgs.perlPackages; [ PerlTidy ];
|
||||
|
Loading…
Reference in New Issue
Block a user