From 800e0a5a7ded98ff0b872c82c0804995c1279c16 Mon Sep 17 00:00:00 2001 From: Elias Ainsworth Date: Sun, 10 Nov 2024 23:21:49 -0700 Subject: [PATCH] Set nixd to follow flake-utils as well. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 0484dd9..adde1be 100644 --- a/flake.nix +++ b/flake.nix @@ -122,6 +122,7 @@ nixd = { url = "github:nix-community/nixd"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-utils.follows = "flake-utils"; }; ## Plugins