Skip to content
Snippets Groups Projects
Commit cfe409d0 authored by Daniel Firth's avatar Daniel Firth
Browse files

remove haskell-flake input

parent 52cf22a1
No related merge requests found
...@@ -196,21 +196,6 @@ ...@@ -196,21 +196,6 @@
"type": "github" "type": "github"
} }
}, },
"haskell-flake": {
"locked": {
"lastModified": 1661726764,
"narHash": "sha256-YzzOoff6m3W4g4B0E8xd3omvOhEVuRu/Rdvnmy2H6Jc=",
"owner": "srid",
"repo": "haskell-flake",
"rev": "3c27b5ba2eafc52f4bed232a8ff74cf0a5a99375",
"type": "github"
},
"original": {
"owner": "srid",
"repo": "haskell-flake",
"type": "github"
}
},
"hedgehog-golden": { "hedgehog-golden": {
"flake": false, "flake": false,
"locked": { "locked": {
...@@ -357,7 +342,6 @@ ...@@ -357,7 +342,6 @@
"ema": "ema", "ema": "ema",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"haskell-flake": "haskell-flake",
"hedgehog-golden": "hedgehog-golden", "hedgehog-golden": "hedgehog-golden",
"hlint": "hlint", "hlint": "hlint",
"lint-utils": "lint-utils", "lint-utils": "lint-utils",
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
}; };
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs.follows = "nixpkgs"; flake-parts.inputs.nixpkgs.follows = "nixpkgs";
haskell-flake.url = "github:srid/haskell-flake";
hedgehog-golden = { hedgehog-golden = {
url = "github:maybe-hedgehog-later/hedgehog-golden"; url = "github:maybe-hedgehog-later/hedgehog-golden";
flake = false; flake = false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment