diff options
| author | Fuwn <[email protected]> | 2026-01-31 03:45:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-31 03:45:09 +0000 |
| commit | 1d3e526809a1fede56683086f94d71494efc5c27 (patch) | |
| tree | b571b24ea7b795368d2f1b766cb0fcad11ab134d /flake.lock | |
| parent | feat: Initial commit (diff) | |
| download | iku-1d3e526809a1fede56683086f94d71494efc5c27.tar.xz iku-1d3e526809a1fede56683086f94d71494efc5c27.zip | |
feat: Add Nix flake support
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..683a0b9 --- /dev/null +++ b/flake.lock @@ -0,0 +1,58 @@ +{ + "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1731533236, + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1769740369, + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "6308c3b21396534d8aaeac46179c14c439a89b8a", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |