Skip to content

Commit

Permalink
Add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Jan 16, 2025
1 parent 83c0fec commit aa4a870
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"customizations": {
"vscode": {
"extensions": [
"mkhl.direnv"
]
}
},
"image": "ghcr.io/cachix/devenv:latest",
"overrideCommand": false,
"updateContentCommand": "devenv test"
}
5 changes: 5 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
pkgs.yq
pkgs.pre-commit
pkgs.kubectl
pkgs.helm
pkgs.helmfile
pkgs.tilt
pkgs.awscli
pkgs.yarn
];
Expand All @@ -28,4 +31,6 @@
package = pkgs.go_1_22;
};
languages.terraform.enable = true;

devcontainer.enable = true;
}

0 comments on commit aa4a870

Please sign in to comment.