diff --git a/flake.lock b/flake.lock index 205e544..ecb23ba 100644 --- a/flake.lock +++ b/flake.lock @@ -80,23 +80,12 @@ } }, "nixpkgs-140774-workaround": { - "inputs": { - "flake-parts": [ - "flake-parts" - ], - "haskell-flake": [ - "haskell-flake" - ], - "nixpkgs": [ - "nixpkgs" - ] - }, "locked": { - "lastModified": 1676145473, - "narHash": "sha256-EhMHmT2uMwZKdZx7nSbxe0ABqfkxPZZWVVWCSJDMLGw=", + "lastModified": 1676155560, + "narHash": "sha256-HIuz7BVsZ5hQwJfqsSwP6VNT6xfl4K+O+d2tRvLMIO4=", "owner": "srid", "repo": "nixpkgs-140774-workaround", - "rev": "55fd894a106502653165fe98a4aa3bc0946e3674", + "rev": "be38f84cb651c2c8672b1459d1c65a7879ba84ab", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index b59f2ef..f72852b 100644 --- a/flake.nix +++ b/flake.nix @@ -9,9 +9,6 @@ mission-control.url = "github:Platonic-Systems/mission-control"; nixpkgs-140774-workaround.url = "github:srid/nixpkgs-140774-workaround"; - nixpkgs-140774-workaround.inputs.nixpkgs.follows = "nixpkgs"; - nixpkgs-140774-workaround.inputs.flake-parts.follows = "flake-parts"; - nixpkgs-140774-workaround.inputs.haskell-flake.follows = "haskell-flake"; }; outputs = inputs@{ self, nixpkgs, flake-parts, ... }: