Codebase list golang-github-icrowley-fake / run/711c926a-73d4-4e29-ac17-011815e51fdf/main nix-cage.json
run/711c926a-73d4-4e29-ac17-011815e51fdf/main

Tree @run/711c926a-73d4-4e29-ac17-011815e51fdf/main (Download .tar.gz)

nix-cage.json @run/711c926a-73d4-4e29-ac17-011815e51fdf/mainraw · history · blame

{
  "mounts": {
    "rw": [
      ".", "~/.emacs.d",
      ["./.cache",  "~/.cache", "d"],
      ["./.config", "~/.config", "d"],
      ["./.local",  "~/.local", "d"],
      ["$SSH_AUTH_SOCK", "$SSH_AUTH_SOCK"],
      "/run"
    ],
    "ro": [
      "~/.ssh",
      "~/.gitconfig",
      "/"
    ],
    "dev": ["/dev"],
    "tmpfs": [
      "/tmp",
      "/home",
      "~"
    ]
  }
}