mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
renko testing setup
This commit is contained in:
parent
229abb8a5e
commit
d32283137a
7 changed files with 9 additions and 36 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ data/
|
|||
.terraform
|
||||
.terraform.lock.hcl
|
||||
.idea/
|
||||
__pycache__/
|
||||
|
|
|
|||
8
.idea/.gitignore
generated
vendored
8
.idea/.gitignore
generated
vendored
|
|
@ -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
9
.idea/kittywitch.iml
generated
|
|
@ -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
8
.idea/modules.xml
generated
|
|
@ -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
6
.idea/vcs.xml
generated
|
|
@ -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
5
flake.lock
generated
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue