fix: Rename page.nix -> website.nix

This commit is contained in:
PapaTutuWawa 2023-01-24 18:46:11 +01:00
parent 61b2903626
commit 288310a565
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
};
packages = {
website = pkgs.callPackage ./pkgs/page.nix {
website = pkgs.callPackage ./pkgs/website.nix {
inherit tailwindWithTypography;
};
};