mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-10 14:52:45 +02:00
6 lines
144 B
Nix
6 lines
144 B
Nix
{
|
|
pkgs,
|
|
system ? pkgs.stdenv.hostPlatform.system,
|
|
}:
|
|
if system == "x86_64-linux" then pkgs.callPackage ./binary.nix { } else pkgs.surrealdb
|