Skip to content

Commit

Permalink
fix(pix-ctl/pix-ctl-full): bump purs to 0.14.7 and fix different version
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Oct 9, 2023
1 parent 8801507 commit d2e90d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pix-ctl-full/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# right now purs-nix is only compatible with x86_64-linux
systems = [ "x86_64-linux" ];
overlays = with inputs.ctl-nix.inputs.ctl.overlays; [
# adds: purs
# adds easy-ps for CTL
purescript
# adds:
# arion
Expand All @@ -28,7 +28,7 @@
({ system, pkgs, ctl-nix, hor-plutus, ... }:
let
# Use purs from CTL instead from nixpkgs
purs = pkgs.easy-ps.purs-0_14_5;
purs = pkgs.easy-ps.purs-0_14_7;
purs-nix = inputs.purs-nix {
inherit system;
overlays = [ ctl-nix ];
Expand Down
6 changes: 3 additions & 3 deletions pix-ctl/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# right now purs-nix is only compatible with x86_64-linux
systems = [ "x86_64-linux" ];
overlays = with inputs.ctl-nix.inputs.ctl.overlays; [
# needed by CTL
# adds easy-ps for CTL
purescript
];
in
Expand All @@ -21,7 +21,7 @@
({ system, pkgs, ctl-nix, ... }:
let
# Use purs from CTL instead from nixpkgs
purs = pkgs.easy-ps.purs-0_14_5;
purs = pkgs.easy-ps.purs-0_14_7;
purs-nix = inputs.purs-nix {
inherit system;
overlays = [ ctl-nix ];
Expand Down Expand Up @@ -51,8 +51,8 @@
packages =
with pkgs;
[
easy-ps.purescript-language-server
purs
easy-ps.purescript-language-server
ps-command
];
};
Expand Down

0 comments on commit d2e90d2

Please sign in to comment.