diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-08-31 23:44:08 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-08-31 23:44:08 +0200 |
| commit | 84d9a86be8ee216b47920ff3f98b567aa1d296c0 (patch) | |
| tree | ec7fdb3a3ab0725b843225894e0535d3391d09a6 /flake.lock | |
| download | server-84d9a86be8ee216b47920ff3f98b567aa1d296c0.zip | |
chore: Initial commit
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..dff34d3 --- /dev/null +++ b/flake.lock @@ -0,0 +1,48 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1756662818, + "narHash": "sha256-Opggp4xiucQ5gBceZ6OT2vWAZOjQb3qULv39scGZ9Nw=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2e6aeede9cb4896693434684bb0002ab2c0cfc09", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable-small", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "treefmt-nix": "treefmt-nix" + } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1756662192, + "narHash": "sha256-F1oFfV51AE259I85av+MAia221XwMHCOtZCMcZLK2Jk=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "1aabc6c05ccbcbf4a635fb7a90400e44282f61c4", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |
