mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
13 lines
245 B
JSON
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"
|
|
}
|
|
}
|