Skip to content

Commit e8d0422

Browse files
committed
Use purescript2nix from the main branch
1 parent a9fed64 commit e8d0422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
url = "github:NixOS/nixpkgs";
55
};
66
purescript2nix = {
7-
url = "github:considerate/purescript2nix/considerate/registry";
7+
url = "github:considerate/purescript2nix";
88
};
99
flake-utils = {
1010
url = "github:numtide/flake-utils";
@@ -17,7 +17,7 @@
1717
inherit system;
1818
overlays = [ inputs.purescript2nix.overlay ];
1919
};
20-
uint = pkgs.purescript2nix {
20+
uint = pkgs.purescript2nix.build {
2121
src = ./.;
2222
};
2323
in

0 commit comments

Comments
 (0)