diff options
| author | seth <[email protected]> | 2024-07-16 22:38:59 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-16 22:45:50 -0400 |
| commit | cf106afeac4f9d430216d6dddb79091f97da911f (patch) | |
| tree | 7d1655cb3998842a9e7f97b8dfaab9bf3a72e291 /flake.lock | |
| parent | e5e1dd731f8afa3d75149b2ba20f91173df42e4f (diff) | |
nix: use treefmt-nix
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -18,7 +18,28 @@ }, "root": { "inputs": { - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "treefmt-nix": "treefmt-nix" + } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1721059077, + "narHash": "sha256-gCICMMX7VMSKKt99giDDtRLkHJ0cwSgBtDijJAqTlto=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "0fb28f237f83295b4dd05e342f333b447c097398", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" } } }, |
