diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-10-22 09:24:40 -0500 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-10-22 09:24:40 -0500 |
| commit | 8d2ef7b4634ea4c2b9f2998ad2121813dcd6859d (patch) | |
| tree | c7e290745646f2e6d7b80c797106c4817314aa35 /flake.lock | |
| download | weznix-8d2ef7b4634ea4c2b9f2998ad2121813dcd6859d.tar weznix-8d2ef7b4634ea4c2b9f2998ad2121813dcd6859d.tar.gz weznix-8d2ef7b4634ea4c2b9f2998ad2121813dcd6859d.tar.bz2 weznix-8d2ef7b4634ea4c2b9f2998ad2121813dcd6859d.tar.lz weznix-8d2ef7b4634ea4c2b9f2998ad2121813dcd6859d.tar.xz weznix-8d2ef7b4634ea4c2b9f2998ad2121813dcd6859d.tar.zst weznix-8d2ef7b4634ea4c2b9f2998ad2121813dcd6859d.zip | |
Fixed up the code
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..429c4fc --- /dev/null +++ b/flake.lock @@ -0,0 +1,114 @@ +{ + "nodes": { + "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1760948891, + "narHash": "sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "864599284fc7c0ba6357ed89ed5e2cd5040f0c04", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "nixToLua": { + "flake": false, + "locked": { + "lastModified": 1748756411, + "narHash": "sha256-jmfRRsxCVV+/2KnDVrMG/RBKFOARDpSrYICqQ6vnSjw=", + "owner": "BirdeeHub", + "repo": "nixToLua", + "rev": "a701038ccfe76833f678e3c643a2b0f4291c1cea", + "type": "github" + }, + "original": { + "owner": "BirdeeHub", + "repo": "nixToLua", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1761140869, + "narHash": "sha256-n74HHkvFqgmngWwN4armXSnfymHaQwOIcGFdqlzjVQ0=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "d3eb3d6ce5955bd345a57830921818a68832f485", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-lib": { + "locked": { + "lastModified": 1754788789, + "narHash": "sha256-x2rJ+Ovzq0sCMpgfgGaaqgBSwY+LST+WbZ6TytnT9Rk=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "a73b9c743612e4244d865a2fdee11865283c04e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-parts": "flake-parts", + "nixToLua": "nixToLua", + "nixpkgs": "nixpkgs", + "systems": "systems", + "treefmt-nix": "treefmt-nix" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1760945191, + "narHash": "sha256-ZRVs8UqikBa4Ki3X4KCnMBtBW0ux1DaT35tgsnB1jM4=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "f56b1934f5f8fcab8deb5d38d42fd692632b47c2", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |
