Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-21 | install: make synthetic.conf and fstab checks stricter | Daiderd Jordan | |
2020-05-21 | install: improve output and error handling | Daiderd Jordan | |
2020-05-21 | install: hide the store volume on darwin | Daiderd Jordan | |
2020-05-21 | manual: add apfs volume section | Daiderd Jordan | |
2020-05-21 | install: show macOS 10.15 message with --daemon | Daiderd Jordan | |
2020-05-21 | install: also configure ~/.zshenv | Daiderd Jordan | |
The default login shell for users on macOS 10.15 changed from bash to zsh. So while generally nonstandard we need to configure it to make nix function out of the box on macOS. | |||
2020-05-21 | install: configure and bootstrap synthetic.conf on darwin | Daiderd Jordan | |
Starting macOS 10.15 /nix can't be creasted directly anymore due to the readonly filesystem, but synthetic.conf was introduced to enable creating mountpoints or symlinks for special usecases like package managers. | |||
2020-05-21 | documentation: avoid unquoted URLs | Krzysztof Gogolewski | |
2020-05-20 | Merge pull request #3603 from gilligan/url-tests | Eelco Dolstra | |
Add unit testes for url.cc | |||
2020-05-20 | Add unit testes for url.cc | Tobias Pflug | |
This adds tests for - parseURL - percentDecode - decodeQuery | |||
2020-05-18 | Cleanup | Eelco Dolstra | |
2020-05-18 | Merge branch 'wait-for-builders' of https://github.com/serokell/nix | Eelco Dolstra | |
2020-05-18 | Merge pull request #3592 from Mic92/doc-fixes | Eelco Dolstra | |
Remove -j option from simple-build-testing | |||
2020-05-16 | Remove -j option from simple-build-testing | Jörg Thalheim | |
By default Nix/NixOS already set a reasonable default `max-jobs = auto` so we don't need to mention it in this tutorial. The option is still documented in other parts of the documentation if users ever stumble over this. Fixes https://github.com/NixOS/nix/issues/2531 | |||
2020-05-15 | actions: use latest OS | Domen Kožar | |
2020-05-14 | Don't lock a user while doing remote builds | Alexander Bantyev | |
2020-05-13 | Merge pull request #3588 from prusnak/nix-skip-channel-add | Eelco Dolstra | |
Introduce NIX_INSTALLER_NO_CHANNEL_ADD which skips nix-channel --add | |||
2020-05-12 | Expose installer configuration environment variables via command line flags | Pavol Rusnak | |
2020-05-12 | Show hint how to enable experimental features | Eelco Dolstra | |
2020-05-12 | nix: Don't require --experimental-features=nix-command for some subcommands | Eelco Dolstra | |
2020-05-12 | tests/binary-cache.sh: Improve incomplete closure test | Eelco Dolstra | |
Issue #3373. | |||
2020-05-12 | Introduce NIX_INSTALLER_NO_CHANNEL_ADD which skips nix-channel --add | Pavol Rusnak | |
2020-05-11 | Merge pull request #3568 from kolloch/outputHashModeError | Domen Kožar | |
libstore/build.cc: more explicit error about form of output | |||
2020-05-11 | Update src/libstore/build.cc | Domen Kožar | |
2020-05-11 | Merge pull request #3581 from TerrorJack/patch-1 | Domen Kožar | |
Update "Upgrading Nix" documentation | |||
2020-05-11 | Merge pull request #3582 from bhipple/doc/fixed-output | Domen Kožar | |
doc: consistently refer to 'fixed-output' with a dash | |||
2020-05-09 | Merge pull request #3580 from dmedinag/patch-1 | Domen Kožar | |
Fix typo | |||
2020-05-09 | doc: consistently refer to 'fixed-output' with a dash | Benjamin Hipple | |
General cleanup that makes it easier to search for the term. | |||
2020-05-09 | Update "Upgrading Nix" documentation | Shao Cheng | |
This PR proposes two changes to the "Upgrading Nix" documentation: * Besides updating `nixpkgs.nix`, we also update `nixpkgs.cacert`, so that the certificates are up-to-date as well. * Add the instructions for multi-user mode on Linux. | |||
2020-05-09 | Fix typo | Dani | |
2020-05-08 | Merge pull request #3571 from gilligan/nix-unit-testing | Eelco Dolstra | |
Add unit tests | |||
2020-05-08 | Enable toLower umlauts test | Tobias Pflug | |
Update comment and enable the test | |||
2020-05-08 | Enable `baseNameOf` test | Tobias Pflug | |
Add note about removal of trailing slashes in the doc comment of baseNameOf and enabled the test. | |||
2020-05-08 | Enable `dirOf` test | Tobias Pflug | |
Adjusted the doc comment for `dirOf` to reflect the implementation behavior. | |||
2020-05-08 | configure: Look for gtest | Eelco Dolstra | |
2020-05-08 | Don't install unit tests | Eelco Dolstra | |
2020-05-08 | make check: Run unit tests | Eelco Dolstra | |
2020-05-08 | Fix warning | Eelco Dolstra | |
2020-05-08 | Move unit tests to sr/libutil/tests, use mk make rules | Eelco Dolstra | |
2020-05-08 | Mention build users in the 'waiting for' message | Alexander Bantyev | |
2020-05-08 | Don't block while waiting for build users | Alexander Bantyev | |
2020-05-07 | Drop unnecessary std::string | Tobias Pflug | |
2020-05-07 | Remove replaceInSet | Tobias Pflug | |
The function isn't being used anywhere so it seems safe to remove | |||
2020-05-07 | Use ASSERT_EQ instead of ASSERT_STREQ | Tobias Pflug | |
No need to use `c_str()` in combination with `ASSERT_STREQ`. It's possible to just use ASSERT_EQ on std::string | |||
2020-05-07 | Manual: Typo | Eelco Dolstra | |
2020-05-07 | Manual: Fix typo | Eelco Dolstra | |
2020-05-06 | Merge pull request #3570 from Mic92/nix-search | Domen Kožar | |
nix/search: no error for empty search results if json is enabled | |||
2020-05-06 | WIP: add unit tests for libutil | Tobias Pflug | |
This is a proof on concept to evaluate writing unit tests for Nix using google test (https://github.com/google/googletest). In order to execute tests: $ make unit-tests $ ./unit-tests The Makefile rules for `unit-tests` is a complete hack. | |||
2020-05-06 | nix/search: no error for empty search results if json is enabled | Jörg Thalheim | |
- 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 | |||
2020-05-06 | Merge pull request #3546 from guibou/nix_readfile_on_0_sized_files | Eelco Dolstra | |
builtins.readFile: do not truncate content |