josh/lazy-nvim-nix

Exclude treefmt dev dependency from flake inputs

josh opened this issue · 0 comments

josh commented

treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};

builtins.getFlake (
  builtins.flakeRefToString {
    type = "github";
    owner = "numtide";
    repo = "treefmt-nix";
    rev = "768acdb06968e53aa1ee8de207fd955335c754b7";
    narHash = "sha256-uru7JzOa33YlSRwf9sfXpJG+UAV+bnBEYMjrzKrQZFw=";
  }
)