make sure default.nix has project name?
This commit is contained in:
parent
bbd7d3111e
commit
3bda4a02cc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ in
|
||||||
{ pkgs ? cfg.pkgs }:
|
{ pkgs ? cfg.pkgs }:
|
||||||
|
|
||||||
pkgs.stdenv.mkDerivation {
|
pkgs.stdenv.mkDerivation {
|
||||||
name = "my-site";
|
name = "hakyll-nix-template";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cfg.generator
|
cfg.generator
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue