Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Set sandbox false
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Bereknyei committed Dec 4, 2019
1 parent 6cab628 commit 3a446ff
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,10 @@ in
pkgs.tree
pkgs.gnugrep
];
};
interactive = buildImageWithNix {
name = "nix";
tag = nixVersion;
contents = [
pkgs.bashInteractive
];
extraCommands = ''
mkdir -p /etc/nix
echo "sandbox = false" > /etc/nix/nix.conf
'';
};
# TODO: withSandbox = buildImageWithNixSandbox {
# name = "nix-sandbox";
Expand Down

0 comments on commit 3a446ff

Please sign in to comment.