Skip to content

Commit

Permalink
website: ensure CNAME file doesn't get removed
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Jul 29, 2024
1 parent bae2bb9 commit ae6e186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/flake-parts/reference-website/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@
cp -rL --no-preserve=mode ${dream2nixRoot}/docs/* .
ln -sfT ${optionsReference} ./src/reference
mkdocs build
echo -n "dream2nix.dev" > $out/CNAME
'';
in {
packages.website = website;
packages.mkdocs-awesome-pages-plugin = pkgs.callPackage ./mkdocs-awesome-pages-plugin.nix {
inherit
(pkgs.python3.pkgs)
Expand All @@ -126,7 +128,6 @@
;
};
packages.optionsReference = optionsReference;
packages.website = website;
devShells.website = let
pythonWithDeps = pkgs.python3.withPackages (
ps: [
Expand Down

0 comments on commit ae6e186

Please sign in to comment.