flake.nix: remove nix-ld flake

Also using the module from nixpkgs.
This commit is contained in:
Gabriel Arazas 2023-07-16 18:13:13 +08:00
parent 815be385a2
commit f98ccd1745
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 0 additions and 26 deletions

21
flake.lock generated
View File

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

View File

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