chore(dev): use unstable devenv image for devcontainer (#993)

Using latest until the fix lands in stable, see https://github.com/cachix/devenv/issues/1896#issuecomment-2994354350
This commit is contained in:
kolaente
2025-06-24 12:55:40 +02:00
committed by GitHub
parent e0f4bafd07
commit 6d16bde09f
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
4173,
3456
],
"image": "ghcr.io/cachix/devenv/devcontainer:latest",
"image": "ghcr.io/cachix/devenv/devcontainer:main",
"overrideCommand": false,
"portsAttributes": {
"3456": {
@@ -29,5 +29,5 @@
"label": "Vikunja Frontend dev server"
}
},
"updateContentCommand": "sudo setfacl -k /tmp && devenv test"
"updateContentCommand": "devenv test"
}

View File

@@ -46,8 +46,8 @@ in {
devcontainer = {
enable = true;
settings = {
updateContentCommand = "sudo setfacl -k /tmp && devenv test";
forwardPorts = [ 4173 3456 ];
image = "ghcr.io/cachix/devenv/devcontainer:main";
portsAttributes = {
"4173" = {
label = "Vikunja Frontend dev server";