From ace350216ef3c103486c8e678f3a0843f35b386d Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 1 Aug 2024 17:07:35 +0200 Subject: [PATCH] meta: remove unnecessary follows --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index cb2f64b..51b9840 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,6 @@ url = "github:numtide/nar-serve"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "repin-flake-utils"; }; }; @@ -70,7 +69,6 @@ url = "github:numtide/devshell"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "repin-flake-utils"; }; };