From ce26d5f9a3ae0b4bd71e73d0ca15dde5e0b7c9ef Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Wed, 9 Nov 2022 15:39:08 +0000 Subject: [PATCH] all-cabal-hashes: remove --- flake.lock | 18 ------------------ flake.nix | 6 +----- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/flake.lock b/flake.lock index 3b3c425a..33f742b4 100644 --- a/flake.lock +++ b/flake.lock @@ -1,22 +1,5 @@ { "nodes": { - "all-cabal-hashes": { - "flake": false, - "locked": { - "lastModified": 1667742759, - "narHash": "sha256-PniFwhuGiX32rPHNyqgx8nn1No39SP89CHSoBuJOXlE=", - "owner": "commercialhaskell", - "repo": "all-cabal-hashes", - "rev": "eaf3b72978447f236e82c0de1d6f770e3dec00a7", - "type": "github" - }, - "original": { - "owner": "commercialhaskell", - "ref": "hackage", - "repo": "all-cabal-hashes", - "type": "github" - } - }, "flake-utils": { "locked": { "lastModified": 1659877975, @@ -130,7 +113,6 @@ }, "root": { "inputs": { - "all-cabal-hashes": "all-cabal-hashes", "flake-utils": "flake-utils", "get-flake": "get-flake", "horizon-gen-nix": "horizon-gen-nix", diff --git a/flake.nix b/flake.nix index e229255a..11a44d3c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,5 @@ { inputs = { - all-cabal-hashes = { - url = "github:commercialhaskell/all-cabal-hashes/hackage"; - flake = false; - }; get-flake.url = "github:ursi/get-flake"; lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils"; horizon-gen-nix = { @@ -12,7 +8,7 @@ }; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; }; - outputs = inputs@{ self, all-cabal-hashes, nixpkgs, flake-utils, get-flake, horizon-gen-nix, lint-utils, ... }: + outputs = inputs@{ self, nixpkgs, flake-utils, get-flake, horizon-gen-nix, lint-utils, ... }: flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: let pkgs = import nixpkgs { inherit system; }; -- GitLab