start-ffhh/default.nix

10 lines
113 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "start.ffhh";
buildInputs = [
jekyll
];
}