diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-27 16:34:27 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-27 16:34:27 +0900 |
| commit | 939f02ceab3cecf66a399e50e72af46e4d277bd1 (patch) | |
| tree | 9e44341e8e4eab3911d8285ed5b0d3529a158c9c /flake.lock | |
| parent | f37e8e6866204551eae29aff5cecf706e8167edb (diff) | |
| download | nur-packages-939f02ceab3cecf66a399e50e72af46e4d277bd1.tar.gz nur-packages-939f02ceab3cecf66a399e50e72af46e4d277bd1.tar.zst nur-packages-939f02ceab3cecf66a399e50e72af46e4d277bd1.zip | |
treefmt
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": 1744961264, + "narHash": "sha256-aRmUh0AMwcbdjJHnytg1e5h5ECcaWtIFQa6d9gI85AI=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "8d404a69efe76146368885110f29a2ca3700bee6", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" } } }, |
