Skip to content

Commit 51f8d7c

Browse files
committed
Fix typo
1 parent 45b3675 commit 51f8d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
pkgs = import nixpkgs { inherit system; };
2121
in
2222
{
23-
packages.homepage = nixpkgs.pkgs.haskell.packages.ghc910.callPackage ./homepage.nix {
23+
packages.homepage = pkgs.haskell.packages.ghc910.callPackage ./homepage.nix {
2424
yesod-csp = yesod-csp-nix.packages.${system}.yesod-csp;
2525
};
2626
}

0 commit comments

Comments
 (0)