diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-03-18 21:50:05 +0530 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-18 13:08:19 -0400 |
| commit | 7b21caccad038d080d48c39c7e23449a1ca34f9c (patch) | |
| tree | 149070c2c2ab25a463ab8fa615055e908c285850 /flake.lock | |
| parent | 6df9239f84c6af39cbc0f7ae795d1ccc7bc84c2a (diff) | |
| download | omnisearch-7b21caccad038d080d48c39c7e23449a1ca34f9c.tar.gz | |
feat: add nix support
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..bf41dd1 --- /dev/null +++ b/flake.lock @@ -0,0 +1,44 @@ +{ + "nodes": { + "beaker-src": { + "flake": false, + "locked": { + "lastModified": 1773829265, + "narHash": "sha256-K97/aeTrR5oGnIKdRhcC2xhqBDoVLDg4Eh4u/qZFGqE=", + "ref": "refs/heads/master", + "rev": "38aa54bb91597bd15ecd1dca1da6194c80249039", + "revCount": 20, + "type": "git", + "url": "https://git.bwaaa.monster/beaker" + }, + "original": { + "type": "git", + "url": "https://git.bwaaa.monster/beaker" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1773734432, + "narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "cda48547b432e8d3b18b4180ba07473762ec8558", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "beaker-src": "beaker-src", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
