From 9325743a0babfc2e6c62035d4a053c25c17a4266 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sat, 20 Dec 2025 15:48:19 +0100 Subject: [PATCH] Use nixpkgs's nix-ld --- flake.lock | 22 ---------------------- flake.nix | 4 ---- 2 files changed, 26 deletions(-) diff --git a/flake.lock b/flake.lock index 4338653..efcdd04 100644 --- a/flake.lock +++ b/flake.lock @@ -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", diff --git a/flake.nix b/flake.nix index 3681797..5f22194 100644 --- a/flake.nix +++ b/flake.nix @@ -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";