aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.lock
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-05 00:18:52 +0900
committernsfisis <nsfisis@gmail.com>2025-04-05 00:18:52 +0900
commitfea57b8e27a438fe8f2341b6cb21b73962b7504a (patch)
tree87879cc3901f7bd6218b04a0001e0aad8bfa153f /flake.lock
parent3a4e0333679ba6bc09e919eba0d15ca1cdb08461 (diff)
downloaddotfiles-fea57b8e27a438fe8f2341b6cb21b73962b7504a.tar.gz
dotfiles-fea57b8e27a438fe8f2341b6cb21b73962b7504a.tar.zst
dotfiles-fea57b8e27a438fe8f2341b6cb21b73962b7504a.zip
nix: introduce treefmt-nix "nix fmt"
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock23
1 files changed, 22 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index fa90b36..b6f0f31 100644
--- a/flake.lock
+++ b/flake.lock
@@ -59,7 +59,8 @@
"inputs": {
"flake-utils": "flake-utils",
"home-manager": "home-manager",
- "nixpkgs": "nixpkgs"
+ "nixpkgs": "nixpkgs",
+ "treefmt-nix": "treefmt-nix"
}
},
"systems": {
@@ -76,6 +77,26 @@
"repo": "default",
"type": "github"
}
+ },
+ "treefmt-nix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1743748085,
+ "narHash": "sha256-uhjnlaVTWo5iD3LXics1rp9gaKgDRQj6660+gbUU3cE=",
+ "owner": "numtide",
+ "repo": "treefmt-nix",
+ "rev": "815e4121d6a5d504c0f96e5be2dd7f871e4fd99d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "treefmt-nix",
+ "type": "github"
+ }
}
},
"root": "root",