🔥
This commit is contained in:
parent
e61be4a176
commit
78c6c5b26b
15 changed files with 142 additions and 38 deletions
|
|
@ -8,6 +8,10 @@
|
|||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
NixVirt = {
|
||||
url = "https://flakehub.com/f/AshleyYakeley/NixVirt/*.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# k8nix = {
|
||||
# url = "gitlab:luxzeitlos/k8nix/develop";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -20,6 +24,7 @@
|
|||
nixpkgs-k8s,
|
||||
flake-utils,
|
||||
agenix,
|
||||
NixVirt,
|
||||
# k8nix,
|
||||
}:
|
||||
{
|
||||
|
|
@ -33,6 +38,7 @@
|
|||
in
|
||||
{
|
||||
formatter = pkgs.nixfmt-tree;
|
||||
#apps = (import ./apps.nix pkgs pkgs-k8s);
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
agenix.packages.${system}.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue