updates to llama swap go to unstable
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user