diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-02-09 15:31:07 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-02-09 15:31:07 +0530 |
| commit | 2b5ac273c2adee5327f58fb34ac30b66da917347 (patch) | |
| tree | 019fe65d0c3dad39486c7e4b75367f20a47c0b8b /flake.lock | |
| download | uiua-creative-coding-2b5ac273c2adee5327f58fb34ac30b66da917347.tar.gz uiua-creative-coding-2b5ac273c2adee5327f58fb34ac30b66da917347.zip | |
Init commit with uiua basic shit
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..34d3333 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1739020877, + "narHash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "a79cfe0ebd24952b580b1cf08cd906354996d547", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
