- Nov 27, 2019
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
https://hydra.nixos.org/build/107467517 Seems that on i686-linux, gcc and rustc disagree on how to return 1-word structs: gcc has the caller pass a pointer to the result, while rustc has the callee return the result in a register. Work around this by using a bare pointer.
-
- Nov 26, 2019
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Also, fetchGit now runs in O(1) memory since we pipe the output of 'git archive' directly into unpackTarball() (rather than first reading it all into memory).
-
Eelco Dolstra authored
In particular, these are emitted by 'git archive' (in fetchGit).
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
We can now convert Rust Errors to C++ exceptions. At the Rust->C++ FFI boundary, Result<T, Error> will cause Error to be converted to and thrown as a C++ exception.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This is no longer needed.
-
Eelco Dolstra authored
This was the last function using a shell script, so this allows us to get rid of tar, coreutils, bash etc.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Downloader: Log configured CA file
-
Eelco Dolstra authored
Fix sandbox fallback settings
-
Eelco Dolstra authored
-
https://github.com/Ma27/nixEelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Ensure enough space in attrset bindings
-
Eelco Dolstra authored
Fixes #3239.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
E.g. $ nix-build '<nixpkgs>' -A hello --experimental-features no-url-literals error: URL literals are disabled, at /nix/store/vsjamkzh15r3c779q2711az826hqgvzr-nixpkgs-20.03pre194957.bef773ed53f/nixpkgs/pkgs/top-level/all-packages.nix:1236:11 Helps with implementing https://github.com/NixOS/rfcs/pull/45.
- Nov 25, 2019
-
-
Eelco Dolstra authored
Document builtins.placeholder
-
Arnout Engelen authored
-
Puck Meerburg authored
-
Puck Meerburg authored
-
- Nov 22, 2019
-
-
Eelco Dolstra authored
This allows it to be set in nix.conf.
-
Eelco Dolstra authored
-