diff --git a/flake.lock b/flake.lock index d90e0bb..10e4210 100644 --- a/flake.lock +++ b/flake.lock @@ -67,7 +67,9 @@ }, "devshell": { "inputs": { - "flake-utils": "flake-utils", + "flake-utils": [ + "flake-utils" + ], "nixpkgs": [ "nixpkgs" ] @@ -123,24 +125,6 @@ } }, "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1701680307, - "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { "inputs": { "systems": [ "systems" @@ -331,7 +315,7 @@ "devshell": "devshell", "flake-parts": "flake-parts", "flake-registry": "flake-registry", - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils", "fork": "fork", "home-manager": "home-manager", "impermanence": "impermanence", @@ -343,7 +327,7 @@ "private": "private", "rust-overlay": "rust-overlay", "stable": "stable", - "systems": "systems_2", + "systems": "systems", "universe-cli": "universe-cli" } }, @@ -401,21 +385,6 @@ "type": "github" } }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "universe-cli": { "inputs": { "crane": "crane", diff --git a/flake.nix b/flake.nix index f9ad7f7..54eb47c 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,7 @@ ## Follow flake-utils flake-utils.url = "github:numtide/flake-utils"; + devshell.inputs.flake-utils.follows = "flake-utils"; nix-minecraft.inputs.flake-utils.follows = "flake-utils"; nixos-wsl.inputs.flake-utils.follows = "flake-utils"; rust-overlay.inputs.flake-utils.follows = "flake-utils";