I have this snippet in my flake.nix, and wondered if there is a way to make it prettier with tack. I understand that I can just list all empty follows as normal, but wondered if there is a better way.
# Tangled, git hosting
tangled = {
url = "git+https://tangled.org/tangled.org/core";
# No useless inputs
inputs.nixpkgs.follows = "nixpkgs";
inputs.gomod2nix.inputs.flake-utils.inputs.systems.follows = "systems";
inputs.flake-compat.follows = "";
inputs.indigo.follows = "";
inputs.htmx-src.follows = "";
inputs.htmx-ws-src.follows = "";
inputs.lucide-src.follows = "";
inputs.inter-fonts-src.follows = "";
inputs.actor-typeahead-src.follows = "";
inputs.ibm-plex-mono-src.follows = "";
inputs.mermaid-src.follows = "";
inputs.fenix.follows = "";
# inputs.sqlite-lib-src.follows = "";
};
p.s. Sorry if it's unrelated to tack's development, there in no discussion tab in the repo to ask for tips and advice
I have this snippet in my flake.nix, and wondered if there is a way to make it prettier with tack. I understand that I can just list all empty follows as normal, but wondered if there is a better way.
p.s. Sorry if it's unrelated to tack's development, there in no discussion tab in the repo to ask for tips and advice