diff options
| author | spl3g <spleefer6@gmail.com> | 2026-03-21 17:37:15 +0300 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-21 11:39:16 -0400 |
| commit | 8229aaa489c8e9cda0ce1ce0997006df712f5123 (patch) | |
| tree | 7b5e7a207c6e187f9a075439263fc853f0da1f31 /flake.lock | |
| parent | ddf39b56505a3a83bf888e245068160b4b5f24bd (diff) | |
| download | omnisearch-8229aaa489c8e9cda0ce1ce0997006df712f5123.tar.gz | |
feat: bring back nix support and fix the beaker-src
Co-authored-by: beeb5k <beebeeb5k@gmail.com>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..468ecff --- /dev/null +++ b/flake.lock @@ -0,0 +1,46 @@ +{ + "nodes": { + "beaker-src": { + "flake": false, + "locked": { + "lastModified": 1773884524, + "narHash": "sha256-1dnlofWaxI/YRID+WPz2jHZNDyloBubDt/bAQk9ePLU=", + "ref": "refs/heads/master", + "rev": "abc598baf15d6f8a4de395a27ba34b1e769558e1", + "revCount": 21, + "shallow": false, + "type": "git", + "url": "https://git.bwaaa.monster/beaker" + }, + "original": { + "shallow": false, + "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 +} |
