renko testing setup

This commit is contained in:
Kat Inskip 2023-07-28 10:40:11 -07:00
parent 229abb8a5e
commit d32283137a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
7 changed files with 9 additions and 36 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ data/
.terraform
.terraform.lock.hcl
.idea/
__pycache__/

8
.idea/.gitignore generated vendored
View file

@ -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

9
.idea/kittywitch.iml generated
View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml generated
View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/kittywitch.iml" filepath="$PROJECT_DIR$/.idea/kittywitch.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated
View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

5
flake.lock generated
View file

@ -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"
},

View file

@ -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 = [