diff --git a/.gitignore b/.gitignore
index a82542cc..1ae84889 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,5 @@ result
data/
.terraform
.terraform.lock.hcl
-.idea/
\ No newline at end of file
+.idea/
+__pycache__/
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b81..00000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/kittywitch.iml b/.idea/kittywitch.iml
deleted file mode 100644
index 5e764c4f..00000000
--- a/.idea/kittywitch.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 3473b4e6..00000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1ddf..00000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/flake.lock b/flake.lock
index 2cfc4209..919a4499 100644
--- a/flake.lock
+++ b/flake.lock
@@ -33,10 +33,7 @@
},
"locked": {
"lastModified": 1689796386,
- "narHash": "sha256-6JiEQmEGmi51m7lE0y2WDqBpGwAgouMPcUWJSo5yn0k=",
- "ref": "refs/heads/kittywitch/multitenancy",
- "rev": "4d172c1526bf7cdb9b207ec5438fffe3ecd0c2b0",
- "revCount": 161,
+ "narHash": "sha256-1N6sWf7E2EdknkzKdzRi6blonUbawJRiGl4p8gkxnk8=",
"type": "git",
"url": "file:///Users/kat/src/work/metaflow-cli-plugin"
},
diff --git a/systems/renko.nix b/systems/renko.nix
index b99fa0f0..13b0abc6 100644
--- a/systems/renko.nix
+++ b/systems/renko.nix
@@ -25,6 +25,12 @@ _: let
boot.kernelPackages = pkgs.linuxPackages_6_3;
+ environment.systemPackages = with pkgs; [
+ inputs.artemiscli.packages.aarch64-linux.artemiscli
+ awscli2
+ kubectl
+ ];
+
system.stateVersion = "22.11";
security.sudo.extraRules = [