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