Set nixd to follow flake-utils as well.

This commit is contained in:
Elias Ainsworth 2024-11-10 23:21:49 -07:00 committed by GitHub
parent 36593d3725
commit 800e0a5a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,6 +122,7 @@
nixd = { nixd = {
url = "github:nix-community/nixd"; url = "github:nix-community/nixd";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
}; };
## Plugins ## Plugins