mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
compat nixpkgs and change to testing-python.nix
This commit is contained in:
parent
842c903201
commit
8f0e518bc0
3 changed files with 36 additions and 9 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
|
||||
toJSONFile = content: builtins.toFile "json" (builtins.toJSON content);
|
||||
|
||||
nixosTesting = import "${nixosPath}/lib/testing.nix" {
|
||||
nixosTesting = import "${nixosPath}/lib/testing-python.nix" {
|
||||
inherit pkgs;
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue