Skip to content

Commit 63da725

Browse files
update rank1dynamic
1 parent ec52e83 commit 63da725

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

flake.lock

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@
1111

1212
inputs = {
1313
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
14+
rank1dynamic-src = {
15+
flake = false;
16+
url = "github:haskell-distributed/rank1dynamic/53c5453121592453177370daa06f098cb014c0d3";
17+
};
1418
};
1519

1620
outputs = {
1721
self,
1822
nixpkgs,
23+
rank1dynamic-src
1924
}: let
2025
forAllSystems = function: nixpkgs.lib.genAttrs [ "x86_64-linux" "aarch64-linux" ] (system: function rec {
2126
inherit system;
@@ -27,7 +32,7 @@
2732
distributed-process = hfinal.callCabal2nix "distributed-process" ./. {};
2833

2934
# External Packages
30-
rank1dynamic = dontCheck (markUnbroken (hprev.rank1dynamic));
35+
rank1dynamic = hfinal.callCabal2nix "rank1dynamic" rank1dynamic-src {};
3136
};
3237
};
3338
});

0 commit comments

Comments
 (0)