diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-26 17:43:43 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-26 17:43:43 +0200 |
| commit | 32847efa04029d81f9d8cf7a37999cb3cbb1e145 (patch) | |
| tree | 8a0a7bc135643a6fbf45bf48141d9dfcb2085183 /flake.lock | |
| download | web-client-32847efa04029d81f9d8cf7a37999cb3cbb1e145.zip | |
chore: Initial Commit
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..fb9e6c6 --- /dev/null +++ b/flake.lock @@ -0,0 +1,69 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1758736440, + "narHash": "sha256-ssTkeaADdxhQl8y1ByejG5TlYakYElAIRhxnfYoQTRk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2cd3cac16691a933e94276f0a810453f17775c28", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable-small", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "rust-overlay": "rust-overlay", + "treefmt-nix": "treefmt-nix" + } + }, + "rust-overlay": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1758767687, + "narHash": "sha256-znUulOqcL/Kkdr7CkyIi8Z1pTGXpi54Xg2FmlyJmv4A=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "b8bcc09d4f627f4e325408f6e7a85c3ac31f0eeb", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1758728421, + "narHash": "sha256-ySNJ008muQAds2JemiyrWYbwbG+V7S5wg3ZVKGHSFu8=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "5eda4ee8121f97b218f7cc73f5172098d458f1d1", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |
