diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-02-22 22:57:53 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-02-22 22:57:53 -0600 |
| commit | 51728e2a5b26518cecd135ef32377798c55c78d6 (patch) | |
| tree | f6f31416f843e61b612ba9ea35e54db0ff515e74 /flake.lock | |
| parent | ba9ba34bd10cfa59ad4fe2945eb5c9976b2b609b (diff) | |
| download | tex-shell-51728e2a5b26518cecd135ef32377798c55c78d6.tar tex-shell-51728e2a5b26518cecd135ef32377798c55c78d6.tar.gz tex-shell-51728e2a5b26518cecd135ef32377798c55c78d6.tar.bz2 tex-shell-51728e2a5b26518cecd135ef32377798c55c78d6.tar.lz tex-shell-51728e2a5b26518cecd135ef32377798c55c78d6.tar.xz tex-shell-51728e2a5b26518cecd135ef32377798c55c78d6.tar.zst tex-shell-51728e2a5b26518cecd135ef32377798c55c78d6.zip | |
Added formatters
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 53 |
1 files changed, 52 insertions, 1 deletions
@@ -18,6 +18,21 @@ "type": "github" } }, + "nixpkgs": { + "locked": { + "lastModified": 1771817828, + "narHash": "sha256-G+UqAH3kbz9Ux7uM0+iazOBxoX4DVy9zJzTbDx+OXEs=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "56d662f5e3fdfaf7e87f96b9000d0aec012f13ff", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs-lib": { "locked": { "lastModified": 1769909678, @@ -33,10 +48,28 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1770107345, + "narHash": "sha256-tbS0Ebx2PiA1FRW8mt8oejR0qMXmziJmPaU1d4kYY9g=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "4533d9293756b63904b7238acb84ac8fe4c8c2c4", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "root": { "inputs": { "flake-parts": "flake-parts", - "systems": "systems" + "nixpkgs": "nixpkgs", + "systems": "systems", + "treefmt-nix": "treefmt-nix" } }, "systems": { @@ -53,6 +86,24 @@ "repo": "default", "type": "github" } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1770228511, + "narHash": "sha256-wQ6NJSuFqAEmIg2VMnLdCnUc0b7vslUohqqGGD+Fyxk=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "337a4fe074be1042a35086f15481d763b8ddc0e7", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } } }, "root": "root", |
