This commit is contained in:
Dmitry Zuikov 2024-08-29 05:43:16 +03:00
parent ba0f3b9aab
commit 06d8b60a4f
3 changed files with 32 additions and 31 deletions

View File

@ -10,7 +10,7 @@ inputs = {
}; };
outputs = { self, fuzzy, nixpkgs, haskell-flake-utils, ... }@inputs: outputs = { self, fuzzy-parse, nixpkgs, haskell-flake-utils, ... }@inputs:
haskell-flake-utils.lib.simpleCabal2flake { haskell-flake-utils.lib.simpleCabal2flake {

View File

@ -98,25 +98,6 @@
"type": "github" "type": "github"
} }
}, },
"fuzzy": {
"inputs": {
"haskell-flake-utils": "haskell-flake-utils_4",
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1715918584,
"narHash": "sha256-moioa3ixAZb0y/xxyxUVjSvXoSiDGXy/vAx6B70d2yM=",
"rev": "831879978213a1aed15ac70aa116c33bcbe964b8",
"revCount": 63,
"type": "git",
"url": "http://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA?tag=0.1.3.1"
},
"original": {
"rev": "831879978213a1aed15ac70aa116c33bcbe964b8",
"type": "git",
"url": "http://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA?tag=0.1.3.1"
}
},
"fuzzy-parse": { "fuzzy-parse": {
"inputs": { "inputs": {
"haskell-flake-utils": "haskell-flake-utils_2", "haskell-flake-utils": "haskell-flake-utils_2",
@ -126,10 +107,10 @@
}, },
"locked": { "locked": {
"dir": "deps/fuzzy-parse", "dir": "deps/fuzzy-parse",
"dirtyRev": "5602d256ec57345df5967aa069860593772557db-dirty", "dirtyRev": "ba0f3b9aab3dcde28eb81874420d56a4cdf207ec-dirty",
"dirtyShortRev": "5602d256-dirty", "dirtyShortRev": "ba0f3b9a-dirty",
"lastModified": 1724898068, "lastModified": 1724898843,
"narHash": "sha256-Km3RWmxqG96M9/joId6ANDpRF8MN+N8ZFA5Xa7ocTzA=", "narHash": "sha256-CflAi+gG/Z4St8KZKbK8X3ZYxFHL73oWr9gWiNEqaY8=",
"type": "git", "type": "git",
"url": "file:.?dir=deps/fuzzy-parse" "url": "file:.?dir=deps/fuzzy-parse"
}, },
@ -139,6 +120,27 @@
"url": "file:.?dir=deps/fuzzy-parse" "url": "file:.?dir=deps/fuzzy-parse"
} }
}, },
"fuzzy-parse_2": {
"inputs": {
"haskell-flake-utils": "haskell-flake-utils_4",
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1715854761,
"narHash": "sha256-Q9I6YbvzGuV9yHtxGxxU10LMQf9AdcsecSszPT7PDuc=",
"ref": "sexp-parser",
"rev": "bd3a38904864d5cc333974e7b029412607b46871",
"revCount": 60,
"type": "git",
"url": "http://git.hbs2/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA"
},
"original": {
"ref": "sexp-parser",
"rev": "bd3a38904864d5cc333974e7b029412607b46871",
"type": "git",
"url": "http://git.hbs2/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA"
}
},
"haskell-flake-utils": { "haskell-flake-utils": {
"inputs": { "inputs": {
"flake-utils": "flake-utils" "flake-utils": "flake-utils"
@ -291,7 +293,7 @@
}, },
"suckless-conf": { "suckless-conf": {
"inputs": { "inputs": {
"fuzzy": "fuzzy", "fuzzy-parse": "fuzzy-parse_2",
"haskell-flake-utils": "haskell-flake-utils_5", "haskell-flake-utils": "haskell-flake-utils_5",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
@ -299,11 +301,10 @@
}, },
"locked": { "locked": {
"dir": "deps/suckless-conf", "dir": "deps/suckless-conf",
"lastModified": 1724897465, "dirtyRev": "ba0f3b9aab3dcde28eb81874420d56a4cdf207ec-dirty",
"narHash": "sha256-ppaJhtFIrgJ+dyHuw1hbRKZfRcQyDzdyipf2JjVLrjM=", "dirtyShortRev": "ba0f3b9a-dirty",
"ref": "refs/heads/dependencies", "lastModified": 1724898843,
"rev": "e4c24d8f0b241eb6d46f702a25024e21d3c65e99", "narHash": "sha256-rJV1xCj+7vkIydveX3RMLHW09kiA1j1rD/2Cu0R8QSY=",
"revCount": 1014,
"type": "git", "type": "git",
"url": "file:.?dir=deps/suckless-conf" "url": "file:.?dir=deps/suckless-conf"
}, },

View File

@ -70,7 +70,7 @@ outputs = { self, nixpkgs, haskell-flake-utils, ... }@inputs:
hpPreOverrides = {pkgs, ...}: final: prev: with pkgs; { hpPreOverrides = {pkgs, ...}: final: prev: with pkgs; {
saltine = prev.callCabal2nix "saltine" inputs.saltine { inherit (pkgs) libsodium; }; saltine = prev.callCabal2nix "saltine" inputs.saltine { inherit (pkgs) libsodium; };
scotty = final.callHackage "scotty" "0.21" { }; scotty = final.callHackage "scotty" "0.21" { };
fuzzy-parse = prev.callCabal2nix "fuzzy-parse" inputs.fuzzy-parse { }; fuzzy-parse = prev.callCabal2nix "fuzzy-parse" inputs.fuzzy-parse { };
}; };
packagePostOverrides = { pkgs }: with pkgs; with haskell.lib; [ packagePostOverrides = { pkgs }: with pkgs; with haskell.lib; [