cleverca22
8/13/2016 - 1:22 AM

default.nix

{ fetchurl }:

{ url, sha256 }:

(fetchurl {
  inherit name sha256;
}).overrideDerivation (oldAttrs: { requiredSystemFeatures = ["no-chroot"]; })