generated from MiaFoxcat/Polyform-perimeter-nc-noai
Initial commit
This commit is contained in:
parent
1a2466efcc
commit
c2f800fffd
6 changed files with 38 additions and 2 deletions
24
shell.nix
Normal file
24
shell.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
pkgs.callPackage (
|
||||
{
|
||||
mkShell,
|
||||
hugo
|
||||
}:
|
||||
mkShell {
|
||||
strictDeps = true;
|
||||
# host/target agnostic programs
|
||||
depsBuildBuild = [
|
||||
hugo
|
||||
];
|
||||
# compilers & linkers & dependecy finding programs
|
||||
nativeBuildInputs = [
|
||||
|
||||
];
|
||||
# libraries
|
||||
buildInputs = [
|
||||
|
||||
];
|
||||
}
|
||||
) { }
|
Loading…
Add table
Add a link
Reference in a new issue