From b7fd791761f05fff427e25e1ba2f581b403bb7f4 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Fri, 19 Jul 2024 19:28:34 +0200 Subject: [PATCH] follows for flake-utils --- flake.lock | 37 +++---------------------------------- flake.nix | 1 + 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/flake.lock b/flake.lock index 5b72f969..e25e7eec 100644 --- a/flake.lock +++ b/flake.lock @@ -18,27 +18,11 @@ "type": "github" } }, - "flake-utils_2": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "nil-crypto3": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": [ + "flake-utils" + ], "nix-3rdparty": [ "nix-3rdparty" ], @@ -149,21 +133,6 @@ "repo": "default", "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" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 361f9ac4..cbb043a1 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,7 @@ type = "git"; inputs = { nixpkgs.follows = "nixpkgs"; + flake-utils.follows = "flake-utils"; nix-3rdparty.follows = "nix-3rdparty"; }; };