mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
10 lines
305 B
Bash
10 lines
305 B
Bash
#!/bin/sh
|
|
|
|
# this needs elevated permissions, as long as docker mounts a volume and not a hostpath the contents get kept without
|
|
# needing an overlay mount
|
|
|
|
# mount -t overlay overlay -o \
|
|
# lowerdir=/nix/store,upperdir=/mnt/nix/store/upper,workdir=/mnt/nix/store/workdir \
|
|
# /nix/store
|
|
|
|
nix-daemon
|