updates to llama swap go to unstable

This commit is contained in:
2026-05-19 13:51:27 +02:00
parent 6d7ac064bf
commit 8cd9c2fe62
+4
View File
@@ -7,6 +7,7 @@
versionCheckHook,
callPackage,
inputs,
nixosTests,
nix-update-script,
@@ -14,6 +15,7 @@
let
canExecute = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
pkgs-unstable = import inputs.unstable { inherit (stdenv.hostPlatform) system; };
in
buildGoModule (finalAttrs: {
pname = "llama-swap";
@@ -46,6 +48,8 @@ buildGoModule (finalAttrs: {
versionCheckHook
];
go = pkgs-unstable.go;
__darwinAllowLocalNetworking = true;
ldflags = [