Hi all,

For my sins I’ve been attempting to build my nix configuration on my build server and subsequently push it into a binary cache.

I’m having an issue where the build is currently failing with the following error

error: home directory ‘/homeless-shelter’ exists; please remove it to assure purity of builds without sandboxing

The build is being run on a docker image node:20-bullseye to be precise with the following command.

nix build .#nixosConfigurations.${{ matrix.machine.host }}.config.system.build.toplevel

Any thoughts would be greatly appreciated.

Edit.

Should have mentioned I’ve ran up the image with docker run and the directory didn’t exist

Edit 2.

This is also about 23 minutes into the build when it throws this error; after having built a lot of packages and derivations already. I’m also using cachix/nix-install-action to get nix on the running container.

Edit 3.

Finally got it building this morning, I haven’t dug into it but switching from the cachix/nix-install-action to manually installing the determinate systems nix installer (action didn’t work for a strange reason).

  • @Corngood@lemmy.ml
    link
    fedilink
    English
    13 months ago

    Do you know why that directory exists? Is there a reason you can’t just delete it?

    • @letThemPlayOP
      link
      English
      13 months ago

      Nope but I’ve loaded up the image it’s running and the directory isn’t there.