Skip to content

Commit

Permalink
test devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
pogopaule committed Aug 17, 2024
1 parent 5f7e5f0 commit d7b72c6
Show file tree
Hide file tree
Showing 2 changed files with 15 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"
}
3 changes: 3 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{ pkgs, ... }:

{

devcontainer.enable = true;

packages = [
pkgs.chromedriver
# pkgs.chromium
Expand Down

0 comments on commit d7b72c6

Please sign in to comment.