mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2026-02-02 17:35:10 +01:00
pkgs(vals): remove in favor of nixpkgs derivation
This commit is contained in:
parent
ab39f9e06d
commit
5d95447b75
2 changed files with 1 additions and 19 deletions
|
|
@ -138,10 +138,9 @@
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
cli = pkgs.callPackage ./pkgs/kubenix.nix {
|
cli = pkgs.callPackage ./pkgs/kubenix.nix {
|
||||||
inherit (self.packages.${system}) vals;
|
inherit (self.packages.${system});
|
||||||
};
|
};
|
||||||
default = self.packages.${system}.cli;
|
default = self.packages.${system}.cli;
|
||||||
vals = pkgs.callPackage ./pkgs/vals.nix {};
|
|
||||||
docs = import ./docs {
|
docs = import ./docs {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
options =
|
options =
|
||||||
|
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
buildGoModule,
|
|
||||||
fetchFromGitHub,
|
|
||||||
}:
|
|
||||||
buildGoModule rec {
|
|
||||||
pname = "vals";
|
|
||||||
version = "0.18.0";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "variantdev";
|
|
||||||
repo = pname;
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "sha256-R0Au34zywb0nv5LOvLb+7wSfn563uzQgiH3mefMlX7A=";
|
|
||||||
};
|
|
||||||
|
|
||||||
vendorSha256 = "sha256-fsTUgtMFDPjNJVhBlyq/rWAhOEAOSRQx3l1K0nNK2J8=";
|
|
||||||
checkPhase = null;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue