From 80119dd363dcdb552d5f362a9c095080eba90006 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 10 Mar 2024 12:57:47 -0400 Subject: [PATCH] Remove nix-ld repo --- flake.lock | 44 +++++--------------------------------------- flake.nix | 3 --- 2 files changed, 5 insertions(+), 42 deletions(-) diff --git a/flake.lock b/flake.lock index e8a31eb..944a1cb 100644 --- a/flake.lock +++ b/flake.lock @@ -138,24 +138,6 @@ "type": "github" } }, - "nix-ld": { - "inputs": { - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1701153607, - "narHash": "sha256-h+odOVyiGmEERMECoFOj5P7FPiMR8IPRzroFA4sKivg=", - "owner": "Mic92", - "repo": "nix-ld", - "rev": "bf5aa84a713c31d95b4307e442e966d6c7fd7ae7", - "type": "github" - }, - "original": { - "owner": "Mic92", - "repo": "nix-ld", - "type": "github" - } - }, "nixos-hardware": { "locked": { "lastModified": 1709410583, @@ -173,15 +155,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1686752049, - "narHash": "sha256-GtSbXZ6ia/o+f/I5O/5ee8HGmKuwQWZhtyd2u5y5TOk=", + "lastModified": 1710021367, + "narHash": "sha256-FuMVdWqXMT38u1lcySYyv93A7B8wU0EGzUr4t4jQu8g=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "eafbb465a91939b9a47bc05fcef0f948903755c1", + "rev": "b94a96839afcc56de3551aa7472b8d9a3e77e05d", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } @@ -218,22 +201,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1710021367, - "narHash": "sha256-FuMVdWqXMT38u1lcySYyv93A7B8wU0EGzUr4t4jQu8g=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "b94a96839afcc56de3551aa7472b8d9a3e77e05d", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-23.11", - "repo": "nixpkgs", - "type": "github" - } - }, "nixvim": { "inputs": { "beautysh": "beautysh", @@ -314,9 +281,8 @@ "inputs": { "darwin": "darwin", "home-manager": "home-manager", - "nix-ld": "nix-ld", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", "nixvim": "nixvim" } diff --git a/flake.nix b/flake.nix index db6f80b..ea0cd9d 100644 --- a/flake.nix +++ b/flake.nix @@ -8,8 +8,6 @@ home-manager.url = "github:nix-community/home-manager/release-23.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - nix-ld.url = "github:Mic92/nix-ld"; - nixos-hardware.url = "github:NixOS/nixos-hardware"; darwin = { @@ -30,7 +28,6 @@ , nixpkgs , nixpkgs-unstable , nixos-hardware - , nix-ld , ... } @ inputs: { nixosConfigurations =