Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-10 | Merge pull request #6637 from sidkshatriya/small-move-optimization-2 | Théophane Hufschmitt | |
nix-env: A small std::move() optimization | |||
2022-06-09 | nix-env: A small std::move() optimization | Sidharth Kshatriya | |
Avoids doing a O(n) copy of Strings i.e. std::list<std::string> | |||
2022-06-09 | Merge pull request #6635 from sidkshatriya/small-move-optimization | Eelco Dolstra | |
nix-store: small std::move() optimization | |||
2022-06-09 | nix-store: small std::move() optimization | Sidharth Kshatriya | |
2022-06-08 | Merge pull request #6630 from edolstra/boost-dylib | Eelco Dolstra | |
Remove ${boost}/lib from the RPATH | |||
2022-06-08 | Remove ${boost}/lib from the RPATH | Eelco Dolstra | |
2022-06-08 | Merge pull request #6624 from NixOS/new-flake-style | Théophane Hufschmitt | |
flake.nix: Convert to new naming convention | |||
2022-06-08 | Merge pull request #6627 from asymmetric/key-comment | Eelco Dolstra | |
Fix missing ` in key manual | |||
2022-06-08 | Fix missing ` in key manual | Lorenzo Manacorda | |
2022-06-07 | Merge pull request #6618 from afishhh/search-exclude | Eelco Dolstra | |
Add `-e`/`--exclude` flag to `nix search` | |||
2022-06-07 | Use `grep -c` instead of `grep|wc -l` in some `nix search` tests | Fishhh | |
2022-06-07 | Add tests for `--exclude` flag in `nix search` | Fishhh | |
2022-06-07 | Remove redundant `std::move`s in calls to `hiliteMatches` | Fishhh | |
2022-06-07 | Add `--exclude` flag to `nix search` | Fishhh | |
If a package's attribute path, description or name contains matches for any of the regexes specified via `-e` or `--exclude` that package is excluded from the final output. | |||
2022-06-07 | Merge pull request #6598 from cole-h/update-flake-for-real | Eelco Dolstra | |
flake: update to 22.05 | |||
2022-06-07 | Convert to new flake style | Eelco Dolstra | |
https://github.com/NixOS/nix/issues/5532 | |||
2022-06-07 | Fix 22.05 eval warnings | Eelco Dolstra | |
2022-06-07 | Disable cross builds on platforms other than x86_64-linux | Eelco Dolstra | |
Needed because evaluation was broken on x86_64-darwin. | |||
2022-06-07 | Merge pull request #6602 from cw789/patch-2 | Eelco Dolstra | |
Explain exactly what nix-upgrade nix does | |||
2022-06-05 | Fix incorrect comment in `hiliteMatches` | Fishhh | |
2022-06-03 | Merge pull request #6603 from abathur/installer_fix_vi_swapfile | Eelco Dolstra | |
darwin-install: work around existing vim swap files | |||
2022-06-03 | Merge pull request #6600 from asymmetric/hash-comment | Eelco Dolstra | |
schema.sql: add comment about hash being in base16 | |||
2022-06-03 | Merge pull request #6610 from edolstra/random-fixes | Eelco Dolstra | |
Random fixes/improvements from the lazy-trees branch | |||
2022-06-02 | Avoid unnecessary string copy | Eelco Dolstra | |
2022-06-02 | Add operator for concatenating strings and string_views | Eelco Dolstra | |
2022-06-02 | Typo | Eelco Dolstra | |
2022-06-02 | Shut up clang warnings | Eelco Dolstra | |
2022-06-02 | tests/flakes.sh: Fix some ignored breakage | Eelco Dolstra | |
2022-06-02 | Explain exactly what nix-upgrade nix does | Chris Wögi | |
2022-06-01 | Merge pull request #5813 from pennae/lto | Théophane Hufschmitt | |
enable LTO in optimized builds | |||
2022-06-01 | Merge branch 'master' into lto | Théophane Hufschmitt | |
2022-06-01 | darwin-install: work around existing vim swapfiles | Travis A. Everett | |
User on Matrix reported install problems which presented as "vifs:editing error" which we traced back to vim griping about an existing swap file. When opened interactively, it did this: E325: ATTENTION Found a swap file by the name "/etc/.fstab.swp" owned by: root dated: Sön Apr 24 16:54:10 2022 file name: /private/etc/fstab modified: YES user name: root host name: MBP.local process ID: 1698 While opening file "/etc/fstab" dated: Sön Apr 24 16:56:27 2022 NEWER than swap file! ... | |||
2022-06-01 | schema.sql: add comment about hash being in base16 | Lorenzo Manacorda | |
2022-05-31 | tests/nss-preload: move nix-fetch binding | Cole Helbling | |
2022-05-31 | flake: update to 22.05 | Cole Helbling | |
The static build works now :) | |||
2022-05-31 | Merge pull request #6582 from NixOS/debug-fetchgit-sigsev | Eelco Dolstra | |
Fix a segfault in the git fetcher | |||
2022-05-31 | Typo | Eelco Dolstra | |
2022-05-31 | Merge pull request #6537 from cole-h/update-flake | Eelco Dolstra | |
flake: use github: reference to nixpkgs | |||
2022-05-30 | Bump version | Eelco Dolstra | |
2022-05-30 | Branch 2.9 release notes | Eelco Dolstra | |
2022-05-30 | Merge pull request #6590 from edolstra/fix-noexcept | Eelco Dolstra | |
Fix noexcept violations | |||
2022-05-30 | Mark nix-perl as a Perl module | Eelco Dolstra | |
The call to perl.withPackages in nix-serve expects this. | |||
2022-05-30 | Merge pull request #6589 from edolstra/respect-output-specified | Eelco Dolstra | |
Respect the outputSpecified attribute | |||
2022-05-30 | Set meta.platforms | Eelco Dolstra | |
'nix-serve' in nixpkgs expects the nix package to set this. | |||
2022-05-30 | RemoteStore::queryRealisationUncached(): Fix potential noexcept violation | Eelco Dolstra | |
2022-05-30 | HttpBinaryCacheStore::getFile(): Don't throw an exception | Eelco Dolstra | |
This violates the noexcept specification. Fixes #6445. | |||
2022-05-30 | Respect the outputSpecified attribute | Eelco Dolstra | |
E.g. 'nix build nixpkgs#libxml2.dev' will build the 'dev' output. | |||
2022-05-27 | Fix a segfault in the git fetcher | Théophane Hufschmitt | |
The git fetcher code used to dereference the (potentially empty) `ref` input attribute. This was magically working, probably because the compiler somehow outsmarted us, but is now blowing up with newer nixpkgs versions. Fix that by not trying to access this field while we don't know for sure that it has been defined. Fix #6554 | |||
2022-05-27 | Style fix | Eelco Dolstra | |
2022-05-27 | Merge branch 'doc-redirects' of https://github.com/jtojnar/nix | Eelco Dolstra | |