Added default.nix to have a nice dev shell in NixOS.
This commit is contained in:
parent
40925b73ec
commit
048112613d
9
default.nix
Normal file
9
default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
with import <nixpkgs> {};
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "start.ffhh";
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
jekyll
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue