Fix spelling for cottage pie
This commit is contained in:
parent
9f9becc4bf
commit
3657bd343a
@ -13,11 +13,12 @@
|
|||||||
in with pkgs;
|
in with pkgs;
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "recipes";
|
name = "recipes";
|
||||||
src = ./recipes;
|
src = ./.;
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
cp -r $src/ $out/
|
cp -r $src/recipes $out/
|
||||||
|
cp -r $src/categories.txt $out/
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
devShell =
|
devShell =
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title: Cottagge Pie
|
title: Cottage Pie
|
||||||
|
|
||||||
Like a shepherds pie but with ground beef instead.
|
Like a shepherds pie but with ground beef instead.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user