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 a9fed64 commit e8d0422Copy full SHA for e8d0422
flake.nix
@@ -4,7 +4,7 @@
4
url = "github:NixOS/nixpkgs";
5
};
6
purescript2nix = {
7
- url = "github:considerate/purescript2nix/considerate/registry";
+ url = "github:considerate/purescript2nix";
8
9
flake-utils = {
10
url = "github:numtide/flake-utils";
@@ -17,7 +17,7 @@
17
inherit system;
18
overlays = [ inputs.purescript2nix.overlay ];
19
20
- uint = pkgs.purescript2nix {
+ uint = pkgs.purescript2nix.build {
21
src = ./.;
22
23
in
0 commit comments