Snippet #2499 (by symphorien, text)

  • #2499
Expires in: 0 minutes View Raw
with import <nixpkgs> {};
let
nix_ = nix.overrideAttrs (old : {
storeDir = "/tmp/blargh3/nix-store";
stateDir = "/tmp/blargh3/nix-state";
confDir = "/tmp/blargh3/nix-conf";
doInstallCheck=false;
buildInputs = lib.filter (x: (builtins.parseDrvName x.name).name != "aws-sdk-cpp") old.buildInputs;
});
in
nix_

Reply to this snippet →

Honeypot, don't fill.
⌘+⏎ or Ctrl+⏎