Skip to content

Instantly share code, notes, and snippets.

@nyarly
Last active March 8, 2018 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyarly/ab548bfa0f9eac6df6d942a737dc3e46 to your computer and use it in GitHub Desktop.
Save nyarly/ab548bfa0f9eac6df6d942a737dc3e46 to your computer and use it in GitHub Desktop.
{ }:
let
pkgs = import <nixpkgs> {};
in
pkgs.stdenv.mkDerivation {
name = "k8";
buildInputs = [
pkgs.kubectl
pkgs.minikube
];
}
nixpkgs.kubectl kubectl-1.9.1
nixos.minikube minikube-0.21.0
nixpkgs.minikube minikube-0.25.0
error: attribute ‘kubectl’ missing, at /home/judson/K8Handson/default.nix:9:7
(use ‘--show-trace’ to show detailed location information)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment