diff --git a/flake.lock b/flake.lock index 6329a6a664..176244c326 100644 --- a/flake.lock +++ b/flake.lock @@ -381,23 +381,6 @@ "type": "github" } }, - "nix-tools-static": { - "flake": false, - "locked": { - "lastModified": 1706266250, - "narHash": "sha256-9t+GRk3eO9muCtKdNAwBtNBZ5dH1xHcnS17WaQyftwA=", - "owner": "input-output-hk", - "repo": "haskell-nix-example", - "rev": "580cb6db546a7777dad3b9c0fa487a366c045c4e", - "type": "github" - }, - "original": { - "owner": "input-output-hk", - "ref": "nix", - "repo": "haskell-nix-example", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1657693803, @@ -597,7 +580,6 @@ "hpc-coveralls": "hpc-coveralls", "hydra": "hydra", "iserv-proxy": "iserv-proxy", - "nix-tools-static": "nix-tools-static", "nixpkgs": [ "nixpkgs-unstable" ], diff --git a/flake.nix b/flake.nix index 30e87d6112..4689db13ee 100644 --- a/flake.nix +++ b/flake.nix @@ -39,10 +39,6 @@ url = "github:input-output-hk/stackage.nix"; flake = false; }; - nix-tools-static = { - url = "github:input-output-hk/haskell-nix-example/nix"; - flake = false; - }; cabal-32 = { url = "github:haskell/cabal/3.2"; flake = false;