diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-02-22 22:30:47 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-02-22 22:30:47 -0600 |
| commit | 85f1c033c4a489e3e38cd1af0c0495b273f2e727 (patch) | |
| tree | 0e6cfd5a693601e19266ba8d4da835b5b9e48521 /flake.lock | |
| download | tex-shell-85f1c033c4a489e3e38cd1af0c0495b273f2e727.tar tex-shell-85f1c033c4a489e3e38cd1af0c0495b273f2e727.tar.gz tex-shell-85f1c033c4a489e3e38cd1af0c0495b273f2e727.tar.bz2 tex-shell-85f1c033c4a489e3e38cd1af0c0495b273f2e727.tar.lz tex-shell-85f1c033c4a489e3e38cd1af0c0495b273f2e727.tar.xz tex-shell-85f1c033c4a489e3e38cd1af0c0495b273f2e727.tar.zst tex-shell-85f1c033c4a489e3e38cd1af0c0495b273f2e727.zip | |
Initial commit
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..99004ba --- /dev/null +++ b/flake.lock @@ -0,0 +1,60 @@ +{ + "nodes": { + "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1769996383, + "narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "57928607ea566b5db3ad13af0e57e921e6b12381", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "nixpkgs-lib": { + "locked": { + "lastModified": 1769909678, + "narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "72716169fe93074c333e8d0173151350670b824c", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-parts": "flake-parts", + "systems": "systems" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |
