Extra-Sand | small additions to sandbox for testing purposes
kandi X-RAY | Extra-Sand Summary
kandi X-RAY | Extra-Sand Summary
Some small additions to sandbox for testing purposes and stuff. Except now you can get it in campaign as well.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Extra-Sand
Extra-Sand Key Features
Extra-Sand Examples and Code Snippets
Community Discussions
Trending Discussions on Extra-Sand
QUESTION
made an issue https://github.com/NixOS/nix/issues/2663
How to reproduce
- run this in some terminal
docker run --privileged --rm --name some-docker docker:stable-dind
- save test file
ANSWER
Answered 2019-Feb-04 at 21:00If your installPhase
runs curl
, you're doing it wrong. Derivations in Nix are supposed to be pure: To have their output depend only on their stated inputs, and nothing else. A derivation that connects to the network is impure by nature: Its results will depend on what is present behind the given network resource at the time when it's invoked. Thus, Nix's sandboxing intentionally (and in accordance with its documentation) disallows network access by its builders.
Consider the following, which is still impure, but uses builtins.fetchurl
instead, and so is not blocked from operation:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Extra-Sand
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page