feat(template): +avarage
This commit is contained in:
13
template/avarage/devshell/default.nix
Normal file
13
template/avarage/devshell/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs }: let
|
||||
dev-help = pkgs.writeShellScriptBin "dev-help" /* sh */ ''
|
||||
printf '%s\n' \
|
||||
'phph'
|
||||
'';
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = [ dev-help ];
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
|
||||
# environment
|
||||
PAGER="${pkgs.hectic.nvim-pager}/bin/pager";
|
||||
}
|
||||
Reference in New Issue
Block a user