Unverified Commit 0d17ba3e authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

Add devcontainer config (#211063)

parents ed4a395e 227c0926
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
  "name": "nixpkgs",
  "image": "mcr.microsoft.com/devcontainers/universal:2-linux",
  "features": {
    "ghcr.io/devcontainers/features/nix:1": {
      "multiUser": false
    }
  },
  "remoteEnv": {
    "NIXPKGS": "/workspaces/nixpkgs"
  }
}