zarelit / repro-treefmt-issue-78

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test repo for issue numtide/treefmt-nix#78

Init

nix flake init -t github:hercules-ci/flake-parts

Add treefmt

Add treefmt-nix.url = "github:numtide/treefmt-nix";

inside mkFlake

imports = [
  inputs.treefmt-nix.flakeModule
];

Run command twice

nix flake show

About


Languages

Language:Nix 100.0%