initial commit
This commit is contained in:
commit
18aa3c815b
5 changed files with 197 additions and 0 deletions
15
shell.nix
Normal file
15
shell.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
with pkgs;
|
||||
mkShell rec {
|
||||
name = "tfc-env";
|
||||
|
||||
nativeBuildInputs = [
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
hugo
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue