- May 07, 2020
-
-
Eelco Dolstra authored
Co-authored-by:
Jörg Thalheim <Mic92@users.noreply.github.com>
-
- May 06, 2020
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Since we've changed a lot of things in the 'nix' command (e.g. rename 'nix run') there is not much point in keeping this around.
-
Eelco Dolstra authored
-
Domen Kožar authored
nix/search: no error for empty search results if json is enabled
-
Jörg Thalheim authored
- result list will be always empty if --json is passed - for scripts an empty search result is not really an error, we rather want to distinguish between evaluation errors and empty results
-
Eelco Dolstra authored
-
Eelco Dolstra authored
builtins.readFile: do not truncate content
-
Eelco Dolstra authored
Improve help-message for nix-repl
-
Eelco Dolstra authored
Use fragment size for autoGC capacity calculation
-
Eelco Dolstra authored
This reverts commit 3ebfbecd, reversing changes made to c089c52d. https://github.com/NixOS/nix/pull/3558
-
- May 05, 2020
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- May 04, 2020
-
-
Jude Taylor authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
remote-store: don't log raw stderr by default
-
- May 02, 2020
-
-
Daiderd Jordan authored
The raw stderr output isn't logged anymore so the build logs need to be printed by the default logger in order for the old commands like nix-build to still show build output.
-
Daiderd Jordan authored
For remote stores the log messages are already forwarded as structured STDERR_RESULT messages so the old format is duplicate information. But still included with -vvv since it could be useful for debugging problems. $ nix build -L /nix/store/nl71b2niws857ffiaggyrkjwgx9jjzc0-foo.drv --store ssh-ng://localhost Hello World! foo> Hello World! [1/0/1 built] building foo Fixes #3556
-
- May 01, 2020
-
-
Maximilian Bosch authored
* Remove obsolete `printHelp` function * Add an example to demonstrate how to list all available commands within the REPL
-
Eelco Dolstra authored
-
Matthew Kenigsberg authored
(cherry picked from commit f459ca54)
-
Matthew Kenigsberg authored
(cherry picked from commit 5d8504b9)
-
Eelco Dolstra authored
(cherry picked from commit bc5d4843)
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Domen Kožar authored
Revamp README.md
-
Domen Kožar authored
-
Domen Kožar authored
Co-authored-by:
worldofpeace <worldofpeace@protonmail.ch>
-
Domen Kožar authored
Co-authored-by:
worldofpeace <worldofpeace@protonmail.ch>
-
- Apr 30, 2020
-
-
Tobias Pflug authored
-
Eelco Dolstra authored
Rename nix app and nix run commands
-
Matthew Kenigsberg authored
-
Domen Kožar authored
-
Domen Kožar authored
-
Eelco Dolstra authored
This avoids inheriting the caller's shellHook, which can happen when running a dev-shell inside a dev-shell.
-
Eelco Dolstra authored
Tested against https://github.com/NixOS/nixpkgs/pull/72074. Fixes #3540.
-
Eelco Dolstra authored
-