Graphical PDS migrator for AT Protocol
1{
2 "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
3 "features": {
4 "ghcr.io/devcontainers/features/nix:1": {},
5 "ghcr.io/devcontainers-extra/features/direnv:1": {},
6 "ghcr.io/devcontainers/features/node:1": {
7 "version": "lts"
8 }
9 },
10 "postCreateCommand": "mkdir -p ~/.config/nix && echo 'experimental-features = nix-command flakes' >> ~/.config/nix/nix.conf && direnv hook bash >> ~/.bashrc"
11}