mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-17 02:01:21 +02:00
dev: toolchain harmonization, additional checks and formatters
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
system ? pkgs.stdenv.hostPlatform.system,
|
||||
}:
|
||||
if system == "x86_64-linux" then pkgs.callPackage ./binary.nix { } else pkgs.surrealdb
|
||||
Reference in New Issue
Block a user