Skip to content

Commit a82e847

Browse files
committed
overlay: drop linux-namespaces override
1 parent 5d5379e commit a82e847

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

overlay.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ in
2222
sha256 = "sha256-quwgFuEBrK96JZenJZcyfk/O0Gp+ukwKEpe1hMqDbIg=";
2323
} {};
2424

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-
3425
hnix-store-core =
3526
lib.pipe
3627
(hself.callCabal2nix "hnix-store-core" ./hnix-store-core {})

0 commit comments

Comments
 (0)