From 68896fde842505ebceac6ed5f4d15d6f0d50cdaa Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 9 Feb 2024 13:08:02 +0100 Subject: [PATCH] meta: fix follows --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c397c2c..3c11485 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ url = "github:numtide/devshell"; inputs = { nixpkgs.follows = "nixpkgs"; - systems.follows = "systems"; + flake-utils.follows = "repin-flake-utils"; }; };