We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b3675 commit 51f8d7cCopy full SHA for 51f8d7c
flake.nix
@@ -20,7 +20,7 @@
20
pkgs = import nixpkgs { inherit system; };
21
in
22
{
23
- packages.homepage = nixpkgs.pkgs.haskell.packages.ghc910.callPackage ./homepage.nix {
+ packages.homepage = pkgs.haskell.packages.ghc910.callPackage ./homepage.nix {
24
yesod-csp = yesod-csp-nix.packages.${system}.yesod-csp;
25
};
26
}
0 commit comments