From fbc89a8a77c8c6f5ffad6d8bfadbd7ef2d01e056 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 1 May 2023 23:15:51 -0500 Subject: [PATCH] fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 217ecfd..651f582 100644 --- a/flake.nix +++ b/flake.nix @@ -92,7 +92,7 @@ installPhase = '' mkdir -p $out/app - cp -r hc manage.py templates $out/app + cp -r CHANGELOG.md hc manage.py templates $out/app chmod +x $out/app/manage.py cp ${localSettings} $out/app/hc/local_settings.py