diff options
| author | seth <[email protected]> | 2024-07-06 04:29:17 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-09 15:38:51 -0400 |
| commit | bb1b2e037e116aa6c704748817c4f29d573266c5 (patch) | |
| tree | d86fe6cd4e41e2030c0e0433b81a850a266a84d8 /flake.lock | |
| parent | b5c11d1d4306218938be8989fb6e7945fd74d897 (diff) | |
tree-wide: use treefmt
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -420,7 +420,8 @@ "nixpkgs-tracker-bot": "nixpkgs-tracker-bot", "openwrt-imagebuilder": "openwrt-imagebuilder", "teawiebot": "teawiebot", - "terranix": "terranix" + "terranix": "terranix", + "treefmt-nix": "treefmt-nix" } }, "rust-overlay": { @@ -510,6 +511,26 @@ "repo": "terranix", "type": "github" } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1719887753, + "narHash": "sha256-p0B2r98UtZzRDM5miGRafL4h7TwGRC4DII+XXHDHqek=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "bdb6355009562d8f9313d9460c0d3860f525bc6c", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } } }, "root": "root", |
