Skip to content

Commit 5045561

Browse files
committed
overlay.nix: add revised nix-derivation
1 parent 0ee6872 commit 5045561

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

overlay.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ let
1515
} // (lib.filterAttrs (n: v: n != "url") x));
1616
in
1717
{
18+
# srk 2025-09-03: until revised version lands in unstable
19+
# (due to filepath bound https://github.com/Gabriella439/Haskell-Nix-Derivation-Library/pull/29)
20+
nix-derivation = hself.callHackageDirect
21+
{ pkg = "nix-derivation";
22+
ver = "1.1.3";
23+
sha256 = "sha256-pklIwd0Atp45AT9x2n3PWAV7tFRqTzv89ViG2iAjoe0=";
24+
rev =
25+
{ revision = "2";
26+
sha256 = "sha256-Vv0NIHevaQOyFWBn79Q8OAYZa/Yhas/N1lBHfjANAm4=";
27+
};
28+
} {};
29+
1830
hnix-store-core =
1931
lib.pipe
2032
(hself.callCabal2nix "hnix-store-core" ./hnix-store-core {})

0 commit comments

Comments
 (0)