mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
wip k3s support
This commit is contained in:
parent
7a93fdce23
commit
0f8a36710c
5 changed files with 151 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue