Skip to content

Commit

Permalink
feat(template): change the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jan 3, 2023
1 parent 9d7cf5c commit f4c4291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/template/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
};

outputs = { self, utils, ... }@inputs:
# systems limited by purs-nix/ps-tools
let systems = [ "x86_64-linux" "x86_64-darwin" ]; in
# systems limited by LovelaceAcademy/purescript-affjax
let systems = [ "x86_64-linux" ]; in
utils.apply-systems
{ inherit inputs; inherit systems; }
({ pkgs, system, ... }:
Expand All @@ -29,7 +29,7 @@
with purs-nix.ps-pkgs;
[
#cardano-transaction-lib
aeson
affjax
];
# FFI dependencies
# foreign.Main.node_modules = [];
Expand Down

0 comments on commit f4c4291

Please sign in to comment.