Skip to content

Commit

Permalink
Use purescript2nix from the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
considerate committed Jan 9, 2023
1 parent a9fed64 commit 912b863
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
29 changes: 14 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
url = "github:NixOS/nixpkgs";
};
purescript2nix = {
url = "github:considerate/purescript2nix/considerate/registry";
url = "github:cdepillabout/purescript2nix";
};
flake-utils = {
url = "github:numtide/flake-utils";
Expand All @@ -17,7 +17,7 @@
inherit system;
overlays = [ inputs.purescript2nix.overlay ];
};
uint = pkgs.purescript2nix {
uint = pkgs.purescript2nix.build {
src = ./.;
};
in
Expand Down

0 comments on commit 912b863

Please sign in to comment.