diff --git a/flake.nix b/flake.nix index ff0b66f..32877e0 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = diff --git a/recipes/cottage_pie.txt b/recipes/cottage_pie.txt index 89e59c0..b396508 100644 --- a/recipes/cottage_pie.txt +++ b/recipes/cottage_pie.txt @@ -1,4 +1,4 @@ -title: Cottagge Pie +title: Cottage Pie Like a shepherds pie but with ground beef instead.