Sign in
apache
/
security-site
/
refs/heads/refactor-security-model-link
/
.
/
shell.nix
blob: e69ee588e325590a9e88d802cbc2b500b67d75d6 [
file
]
{
pkgs
?
import
<nixpkgs>
{}
}:
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
hugo
pkgs
.
python3
pkgs
.
less
pkgs
.
curl
(
pkgs
.
callPackage
./
scripts
/
cve4to5
.
nix
{})
];
shareNet
=
false
;
}