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 5d5379e commit a82e847Copy full SHA for a82e847
overlay.nix
@@ -22,15 +22,6 @@ in
22
sha256 = "sha256-quwgFuEBrK96JZenJZcyfk/O0Gp+ukwKEpe1hMqDbIg=";
23
} {};
24
25
- # srk 2023-11-19: wider unix bound via CPP
26
- # Required for ghc963 since linux-namespaces is pinned
27
- # in unstable to 0.1.3.0
28
- linux-namespaces = hself.callCabal2nix "linux-namespaces"
29
- (fetchGitHubPR {
30
- url = "https://github.com/redneb/hs-linux-namespaces/pull/4";
31
- sha256 = "sha256-R61OCu6b4YoDzIl0vg8cSoP7611TlEdWZfVDnZrJY+g=";
32
- }) {};
33
-
34
hnix-store-core =
35
lib.pipe
36
(hself.callCabal2nix "hnix-store-core" ./hnix-store-core {})
0 commit comments