Skip to content

Commit

Permalink
ci: Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech committed Apr 2, 2024
1 parent dbd3b5e commit faae9d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devenv/containers/k8s-tools/devenv.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{pkgs, ...}: let

oci_name = "k8s-tools";
oci_version = "latest";

in {

containers = {

oci_name = {

isBuilding = true;

name = oci_name;
Expand All @@ -23,5 +28,7 @@ in {
startupCommand = pkgs.hello;

};

};

}
7 changes: 7 additions & 0 deletions devenv/containers/test/devenv.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{pkgs, ...}: let

oci_name = "test";
oci_version = "latest";

in {

containers = {

oci_name = {

isBuilding = true;

name = oci_name;
Expand All @@ -23,5 +28,7 @@ in {
startupCommand = pkgs.hello;

};

};

}

0 comments on commit faae9d0

Please sign in to comment.