Files
nixpkgs/.devcontainer/devcontainer.json
2022-11-17 13:12:00 +00:00

13 lines
245 B
JSON

{
"name": "nixpkgs",
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"features": {
"ghcr.io/devcontainers/features/nix:1": {
"multiUser": false
}
},
"remoteEnv": {
"NIXPKGS": "/workspaces/nixpkgs"
}
}