Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bladyjoker committed Jun 10, 2022
1 parent 18d6017 commit 786e488
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
flake = false;
};

cardano-transaction-lib.url = github:Plutonomicon/cardano-transaction-lib/bladyjoker/use_aeson; # path:/home/bladyjoker/Desktop/cardano-transaction-lib;
cardano-transaction-lib.url = github:Plutonomicon/cardano-transaction-lib?rev=6ffe323581c2839f8ce6ebb4d8c4e356fcf13707; # path:/home/bladyjoker/Desktop/cardano-transaction-lib;
# We're reusing inputs from bot-plutus-interface as it's currently the source of nix truth.
bot-plutus-interface.url = "github:mlabs-haskell/bot-plutus-interface";

Expand Down
2 changes: 1 addition & 1 deletion nix/purescript-bridge-nix-spago/spago-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ let
installPhase = "ln -s $src $out";
};

# cardano-transaction-lib is a Local package in (Local "/nix/store/71h1j2b3qcaiaa1y47py6lr7kzdfn46l-source")
# cardano-transaction-lib is a Local package in (Local "/nix/store/3mbwrrzsm7d3xck580jdgbygf6v13lh7-source")

"catenable-lists" = pkgs.stdenv.mkDerivation {
name = "catenable-lists";
Expand Down
4 changes: 2 additions & 2 deletions roundtrip/RoundTripPurs/spago-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ let
installPhase = "ln -s $src $out";
};

# cardano-transaction-lib is a Local package in (Local "/nix/store/71h1j2b3qcaiaa1y47py6lr7kzdfn46l-source")
# cardano-transaction-lib is a Local package in (Local "/nix/store/3mbwrrzsm7d3xck580jdgbygf6v13lh7-source")

"catenable-lists" = pkgs.stdenv.mkDerivation {
name = "catenable-lists";
Expand Down Expand Up @@ -1027,7 +1027,7 @@ let
installPhase = "ln -s $src $out";
};

# purescript-bridge-typelib is a Local package in (Local "/nix/store/xwp66y1bswzj6qw4qia81z68yqn4c7d3-roundtrip-test-typelib-build-purs-project")
# purescript-bridge-typelib is a Local package in (Local "/nix/store/g50rhn2b6kdqlqcd0h7iwzf506mbzmwm-roundtrip-test-typelib-build-purs-project")

"quickcheck" = pkgs.stdenv.mkDerivation {
name = "quickcheck";
Expand Down

0 comments on commit 786e488

Please sign in to comment.