Use nixpkgs's nix-ld

This commit is contained in:
Quentin Boyer 2025-12-20 15:48:19 +01:00
parent 8ca2119cba
commit 9325743a0b
2 changed files with 0 additions and 26 deletions

22
flake.lock generated
View file

@ -591,27 +591,6 @@
"type": "github"
}
},
"nix-ld": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1765181983,
"narHash": "sha256-lRU5q1TXf0S5Q6VJilH4CLpHhfmzSagSEGX/Q/ZAhpY=",
"owner": "Mic92",
"repo": "nix-ld",
"rev": "9505c64def3ab356fc89c32f05b5d23493b42b2f",
"type": "github"
},
"original": {
"owner": "Mic92",
"ref": "main",
"repo": "nix-ld",
"type": "github"
}
},
"nixgl": {
"inputs": {
"flake-utils": "flake-utils_5",
@ -977,7 +956,6 @@
"niri": "niri",
"nix-gaming": "nix-gaming",
"nix-index-database": "nix-index-database",
"nix-ld": "nix-ld",
"nixgl": "nixgl",
"nixpkgs": "nixpkgs_12",
"nixvim": "nixvim",

View file

@ -11,10 +11,6 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-ld = {
url = "github:Mic92/nix-ld/main";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";