Fix spelling for cottage pie

This commit is contained in:
Jeremy Wall 2022-08-13 17:44:02 -04:00
parent 9f9becc4bf
commit 3657bd343a
2 changed files with 4 additions and 3 deletions

View File

@ -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 =

View File

@ -1,4 +1,4 @@
title: Cottagge Pie
title: Cottage Pie
Like a shepherds pie but with ground beef instead.