Skip to content

a way to unfollow most inputs in an input but one #29

@Ladas552

Description

@Ladas552

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions