diff --git a/flake.lock b/flake.lock index a9ce044..b0c88b6 100644 --- a/flake.lock +++ b/flake.lock @@ -43,26 +43,6 @@ "type": "github" } }, - "ndg": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1782008721, - "narHash": "sha256-be9NxraQyoB4wLjiPHxpmklfJYuB+Qs/x69P395I1Fk=", - "owner": "feel-co", - "repo": "ndg", - "rev": "38edc9a7889854aed58b674158e02f0f7731328a", - "type": "github" - }, - "original": { - "owner": "feel-co", - "repo": "ndg", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1781577229, @@ -83,7 +63,6 @@ "inputs": { "flake-parts": "flake-parts", "hercules-ci-effects": "hercules-ci-effects", - "ndg": "ndg", "nixpkgs": "nixpkgs" } } diff --git a/flake.nix b/flake.nix index 307e68e..9ce5eab 100644 --- a/flake.nix +++ b/flake.nix @@ -14,10 +14,6 @@ flake-parts.follows = "flake-parts"; }; }; - ndg = { - url = "github:feel-co/ndg"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; outputs = @@ -68,7 +64,6 @@ }; docs = pkgs.callPackage ./docs/package.nix { hyprspace = config.packages.default; - inherit (inputs'.ndg.packages) ndg; }; vendor = pkgs.callPackage ./dev/vendor.nix { generateSchemasProgram = config.apps.dev-generate-schemas.program;