diff --git a/flake.lock b/flake.lock index ac97471..e572351 100644 --- a/flake.lock +++ b/flake.lock @@ -15,21 +15,6 @@ "type": "github" } }, - "flake-utils_2": { - "locked": { - "lastModified": 1597053966, - "narHash": "sha256-f9lbPS/GJ1His8fsDqM6gfa8kSqREU4eKiMCS5hrKg4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "ec20f52e2ff61e9c36c2b894b62fc1b4bd04c71b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -53,7 +38,9 @@ }, "krops": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": [ + "flake-utils" + ], "nixpkgs": [ "nixpkgs" ] diff --git a/flake.nix b/flake.nix index 388600d..28083c6 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,7 @@ krops = { url = "github:Mic92/krops"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-utils.follows = "flake-utils"; }; stockholm = { url = "git+https://cgit.lassul.us/stockholm";