Sign in
apache
/
security-site
/
refs/heads/tools
/
.
/
shell.nix
blob: 10471f1608451db214fb75a0bca8c13b8f30e565 [
file
]
{
pkgs
?
import
<nixpkgs>
{}
}:
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
hugo
pkgs
.
python3
pkgs
.
less
pkgs
.
curl
];
shareNet
=
false
;
}