add extra-substituters
This commit is contained in:
parent
09d03342d7
commit
f80a216e4b
2 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
||||||
{
|
{
|
||||||
description = "Varnam on Nix";
|
description = "Varnam on Nix";
|
||||||
|
|
||||||
|
nixConfig = {
|
||||||
|
extra-substituters = [
|
||||||
|
"https://varnam-nix.cachix.org"
|
||||||
|
];
|
||||||
|
extra-trusted-public-keys = [
|
||||||
|
"varnam-nix.cachix.org-1:IduaZzaMOJmY32L11e+a4fDDq6Xnq9/NcocAPcIbX9Y="
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
|
|
@ -37,7 +37,7 @@ buildGoModule rec {
|
||||||
|
|
||||||
CGO_ENABLED = 1;
|
CGO_ENABLED = 1;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config libgovarnam makeWrapper];
|
nativeBuildInputs = [ pkg-config libgovarnam makeWrapper ];
|
||||||
buildInputs = [ pkg-config libgovarnam ];
|
buildInputs = [ pkg-config libgovarnam ];
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
|
Loading…
Reference in a new issue