From f98ccd1745ae00c455bd59b458853d80e185cdcc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 16 Jul 2023 18:13:13 +0800 Subject: [PATCH] flake.nix: remove nix-ld flake Also using the module from nixpkgs. --- flake.lock | 21 --------------------- flake.nix | 5 ----- 2 files changed, 26 deletions(-) diff --git a/flake.lock b/flake.lock index a253f534..b5d069f7 100644 --- a/flake.lock +++ b/flake.lock @@ -689,26 +689,6 @@ "type": "github" } }, - "nix-ld": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1686849676, - "narHash": "sha256-+z9t7BLugZO1WhyYEq6FI38TMh2EwfgfAv3RDFSjwtc=", - "owner": "Mic92", - "repo": "nix-ld", - "rev": "3abd605e56b5b34ec630bb10ba85f98c93cc05b2", - "type": "github" - }, - "original": { - "owner": "Mic92", - "repo": "nix-ld", - "type": "github" - } - }, "nixlib": { "locked": { "lastModified": 1688259758, @@ -1023,7 +1003,6 @@ "home-manager": "home-manager", "neovim-nightly-overlay": "neovim-nightly-overlay", "nix-colors": "nix-colors", - "nix-ld": "nix-ld", "nixos-generators": "nixos-generators", "nixos-stable": "nixos-stable", "nixos-unstable": "nixos-unstable", diff --git a/flake.nix b/flake.nix index 3439c1c1..30ff74ea 100644 --- a/flake.nix +++ b/flake.nix @@ -29,10 +29,6 @@ # This is what AUR strives to be. nur.url = "github:nix-community/NUR"; - # Running unpatched binaries on NixOS! :O - nix-ld.url = "github:Mic92/nix-ld"; - nix-ld.inputs.nixpkgs.follows = "nixpkgs"; - # Generate your NixOS systems to various formats! nixos-generators.url = "github:nix-community/nixos-generators"; nixos-generators.inputs.nixpkgs.follows = "nixpkgs"; @@ -152,7 +148,6 @@ # optional NixOS modules. imports = [ inputs.home-manager.nixosModules.home-manager - inputs.nix-ld.nixosModules.nix-ld inputs.nur.nixosModules.nur inputs.sops-nix.nixosModules.sops inputs.guix-overlay.nixosModules.guix