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