diff --git a/flake.lock b/flake.lock index cc6aa27..d4b6d24 100644 --- a/flake.lock +++ b/flake.lock @@ -75,19 +75,6 @@ "type": "github" } }, - "lib-net": { - "flake": false, - "locked": { - "lastModified": 1596309860, - "narHash": "sha256-izAzepR/6cDvnRfaa2ceSolMLMwqzQB5x9q62aR5J2g=", - "type": "tarball", - "url": "https://gist.github.com/duairc/5c9bb3c922e5d501a1edb9e7b3b845ba/archive/3885f7cd9ed0a746a9d675da6f265d41e9fd6704.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://gist.github.com/duairc/5c9bb3c922e5d501a1edb9e7b3b845ba/archive/3885f7cd9ed0a746a9d675da6f265d41e9fd6704.tar.gz" - } - }, "nixpkgs": { "locked": { "lastModified": 1737885589, @@ -142,7 +129,6 @@ "inputs": { "devshell": "devshell", "flake-parts": "flake-parts", - "lib-net": "lib-net", "nixpkgs": "nixpkgs", "pre-commit-hooks": "pre-commit-hooks" } diff --git a/flake.nix b/flake.nix index 744f523..aa4acff 100644 --- a/flake.nix +++ b/flake.nix @@ -9,11 +9,6 @@ flake-parts.url = "github:hercules-ci/flake-parts"; - lib-net = { - url = "https://gist.github.com/duairc/5c9bb3c922e5d501a1edb9e7b3b845ba/archive/3885f7cd9ed0a746a9d675da6f265d41e9fd6704.tar.gz"; - flake = false; - }; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; pre-commit-hooks = {