mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix default compat
This commit is contained in:
parent
52c6472e90
commit
599ce2def0
1 changed files with 7 additions and 3 deletions
10
default.nix
10
default.nix
|
|
@ -1,6 +1,10 @@
|
|||
{ pkgs ? import (fetchTarball {
|
||||
url = "https://github.com/xtruder/nixpkgs/archive/pkgs/k3s/init.tar.gz";
|
||||
}) {}, nixosPath ? toString <nixpkgs/nixos>, lib ? pkgs.lib }:
|
||||
let
|
||||
fetch = import ./lib/compat.nix;
|
||||
in
|
||||
{ pkgs ? import (fetch "nixpkgs") { }
|
||||
, nixosPath ? toString (fetch "nixpkgs") + "/nixos"
|
||||
, lib ? pkgs.lib
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue