diff options
| author | seth <[email protected]> | 2024-07-06 04:10:27 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-06 04:10:27 -0400 |
| commit | cdb32dbd1810fbafc3b80bf6693e0f8dcf81b2c2 (patch) | |
| tree | 6e580008869ef4cd64f619f8740712c42e5d50b1 /flake.lock | |
| parent | c61a7b372a1ec99ec8d490c7f96df3a25a5c2281 (diff) | |
tree-wide: start using treefmt (#17)
* nix: alejandra -> nixfmt
* nix: simplify flake
* nix: drop flake-checks
* tree-wide: start using treefmt
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 39 |
1 files changed, 22 insertions, 17 deletions
@@ -21,21 +21,6 @@ "type": "github" } }, - "flake-checks": { - "locked": { - "lastModified": 1716193450, - "narHash": "sha256-wIbyIQRoLAfGe2v8W7LM6zEZ9Oy0jKuUX0HMUCLQJsM=", - "owner": "getchoo", - "repo": "flake-checks", - "rev": "842c3f225677aa55e44b94342f19c8f3e6f2be06", - "type": "github" - }, - "original": { - "owner": "getchoo", - "repo": "flake-checks", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1719468428, @@ -55,8 +40,28 @@ "root": { "inputs": { "fenix": "fenix", - "flake-checks": "flake-checks", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "treefmt-nix": "treefmt-nix" + } + }, + "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" } } }, |
