Use ndg from nixpkgs (#130)

* remove ndg flake input

* flake.lock: Update

Flake lock file updates:

• Removed input 'ndg'
• Removed input 'ndg/nixpkgs'
This commit is contained in:
Max 2026-07-14 22:53:49 +02:00 committed by GitHub
parent cb25745b35
commit 561d01fc22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 26 deletions

View File

@ -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"
}
}

View File

@ -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;