We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee6872 commit 5045561Copy full SHA for 5045561
overlay.nix
@@ -15,6 +15,18 @@ let
15
} // (lib.filterAttrs (n: v: n != "url") x));
16
in
17
{
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
+
30
hnix-store-core =
31
lib.pipe
32
(hself.callCabal2nix "hnix-store-core" ./hnix-store-core {})
0 commit comments