wip k3s support

This commit is contained in:
Xavier Zwirtz 2020-01-28 16:37:02 -06:00 committed by David Arnold
parent 7a93fdce23
commit 0f8a36710c
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
5 changed files with 151 additions and 7 deletions

View file

@ -1,4 +1,6 @@
{ pkgs ? import <nixpkgs> {}, nixosPath ? toString <nixpkgs/nixos>, lib ? pkgs.lib }:
{ pkgs ? import (fetchTarball {
url = "https://github.com/xtruder/nixpkgs/archive/pkgs/k3s/init.tar.gz";
}) {}, nixosPath ? toString <nixpkgs/nixos>, lib ? pkgs.lib }:
with lib;