removed bloomfilter

This commit is contained in:
Dmitry Zuikov 2024-01-28 07:08:03 +03:00
parent 62eb5ca49f
commit f0b2c4318d
2 changed files with 0 additions and 24 deletions

View File

@ -1,22 +1,5 @@
{
"nodes": {
"bloomfilter": {
"flake": false,
"locked": {
"lastModified": 1691177623,
"narHash": "sha256-B/q0JxkARnZRUPe2CIN11QUQbum9nT0+jL3sn5tdYFE=",
"owner": "haskell-pkg-janitors",
"repo": "bloomfilter",
"rev": "0838caf5301da25830a7ff4ca4b4b7ce3bf9d441",
"type": "github"
},
"original": {
"owner": "haskell-pkg-janitors",
"repo": "bloomfilter",
"rev": "0838caf5301da25830a7ff4ca4b4b7ce3bf9d441",
"type": "github"
}
},
"db-pipe": {
"inputs": {
"haskell-flake-utils": "haskell-flake-utils",
@ -299,7 +282,6 @@
},
"root": {
"inputs": {
"bloomfilter": "bloomfilter",
"db-pipe": "db-pipe",
"fixme": "fixme",
"haskell-flake-utils": "haskell-flake-utils_4",

View File

@ -23,11 +23,6 @@ inputs = {
flake = false;
};
bloomfilter = {
url = "github:haskell-pkg-janitors/bloomfilter/0838caf5301da25830a7ff4ca4b4b7ce3bf9d441";
flake = false;
};
};
outputs = { self, nixpkgs, haskell-flake-utils, ... }@inputs:
@ -65,7 +60,6 @@ outputs = { self, nixpkgs, haskell-flake-utils, ... }@inputs:
hpPreOverrides = {pkgs, ...}: final: prev: with pkgs; {
saltine = prev.callCabal2nix "saltine" inputs.saltine { inherit (pkgs) libsodium; };
# bloomfilter = prev.callCabal2nix "bloomfilter" inputs.bloomfilter { };
};
packagePostOverrides = { pkgs }: with pkgs; with haskell.lib; [