mirror of
https://github.com/hyprspace/hyprspace.git
synced 2026-09-12 11:40:35 +05:00
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:
parent
cb25745b35
commit
561d01fc22
21
flake.lock
21
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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user