Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-22 | Update docs | Eelco Dolstra | |
2022-02-22 | Update release notes | Eelco Dolstra | |
2022-02-22 | nix flake check: Warn about deprecated flake outputs | Eelco Dolstra | |
2022-02-22 | Replace defaultBla.$system with bla.$system.default | Eelco Dolstra | |
This also simplifies some InstallableFlake logic and fixes 'nix bundle' parsing its installable twice. Fixes #5532. | |||
2022-02-21 | Merge pull request #6136 from matthewbauer/profile-upgrade-verbosity | Eelco Dolstra | |
Add verbosity to nix profile upgrade | |||
2022-02-21 | Merge pull request #6139 from edolstra/no-std-aliases | Eelco Dolstra | |
Remove std aliases | |||
2022-02-21 | Fix macOS build | Eelco Dolstra | |
2022-02-21 | Apply suggestions from code review | Matthew Bauer | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2022-02-21 | Merge pull request #6138 from nmattia/nm-clarify-manpath | Eelco Dolstra | |
Document usage of MANPATH in nix-profile.sh | |||
2022-02-21 | Remove std::string alias | Eelco Dolstra | |
2022-02-21 | Remove std::vector alias | Eelco Dolstra | |
2022-02-21 | Remove std::set alias | Eelco Dolstra | |
2022-02-21 | Remove std::list alias | Eelco Dolstra | |
2022-02-21 | Merge pull request #6052 from ↵ | Eelco Dolstra | |
hercules-ci/issue-3294-fix-interruptCallback-deadlock Fix deadlocked nix-daemon zombies on darwin #3294 | |||
2022-02-21 | triggerInterrupt: Refactor to use break | Robert Hensing | |
2022-02-21 | Document usage of MANPATH in nix-profile.sh | Nicolas Mattia | |
While trying to figure out how `nix-env`/`nix profile` work I had a hard time understand how man pages were being installed. Took me quite some time to figure this out, thought it might be useful to others too! | |||
2022-02-21 | Merge pull request #6120 from mayflower/print-full-names | Eelco Dolstra | |
path-info: use full store paths when we have them | |||
2022-02-20 | Add verbosity to nix profile upgrade | Matthew Bauer | |
Followup of https://github.com/NixOS/nix/pull/6086. This time adding a warning if no packages are upgraded. | |||
2022-02-19 | path-info: use full store paths when we have them | Linus Heckemann | |
Fixes #5645 | |||
2022-02-18 | Integrate push-docker.sh into the release script | Eelco Dolstra | |
This also makes sure that we get the Docker images from the same Hydra eval, rather than the latest build from job/nix/.../dockerImage, which may not be the same. | |||
2022-02-18 | Merge remote-tracking branch 'origin/script-to-make-docker-release' | Eelco Dolstra | |
2022-02-18 | Merge pull request #6114 from Radvendii/welcomeText | Eelco Dolstra | |
add release notes for welcomeText | |||
2022-02-18 | remove the manifest before creating them | Rok Garbas | |
2022-02-18 | Merge remote-tracking branch 'origin/master' into script-to-make-docker-release | Rok Garbas | |
2022-02-17 | add release notes for welcomeText | Taeer Bar-Yam | |
2022-02-17 | Merge pull request #6103 from Radvendii/welcomeText | Eelco Dolstra | |
add descriptive output when creating templates | |||
2022-02-17 | make flake template welcomeText markdown | Taeer Bar-Yam | |
2022-02-17 | Merge pull request #6110 from layus/patch-2 | Eelco Dolstra | |
Create daemon-socket folder during install | |||
2022-02-17 | Create to daemon-socket folder during install | Guillaume Maudoux | |
2022-02-16 | InputScheme::fetch(): Return a StorePath instead of a Tree | Eelco Dolstra | |
2022-02-16 | addToStoreFromDump(): Take std::string_view | Eelco Dolstra | |
2022-02-16 | Merge pull request #6104 from rrbutani/master | Eelco Dolstra | |
Fix formatting for options with "machine-specific" defaults | |||
2022-02-15 | manual: fix formatting for options with "machine-specific" defaults | Rahul Butani | |
2022-02-15 | add descriptive output when creating templates | Taeer Bar-Yam | |
this includes a `welcomeText` attribute which can be set in the template, as well as outputing which files were created. | |||
2022-02-14 | Merge pull request #6100 from edolstra/installables-cleanup | Eelco Dolstra | |
InstallableFlake: Default attr paths cleanup | |||
2022-02-14 | InstallableFlake: Default attr paths cleanup | Eelco Dolstra | |
This removes some duplicated logic, and fixes "nix bundle" parsing its installable twice. | |||
2022-02-14 | Merge pull request #6092 from Kha/sandbox-wo-userns | Eelco Dolstra | |
Fix using sandbox without user namespaces | |||
2022-02-12 | Fix using sandbox without user namespaces | Sebastian Ullrich | |
2022-02-11 | Merge pull request #6085 from edolstra/fix-flake-defaults | Eelco Dolstra | |
parseInstallables(): Don't try the flake attr path prefixes when no fragment is specified | |||
2022-02-11 | Merge pull request #6086 from tomberek/profile_remove | Eelco Dolstra | |
profile: add verbosity | |||
2022-02-11 | profile: add verbosity | Tom Bereknyei | |
warn if there are no matches and give notice of removing packages as they are found | |||
2022-02-11 | parseInstallables(): Don't try the flake attr path prefixes when no fragment ↵ | Eelco Dolstra | |
is specified Fixes #5880. | |||
2022-02-11 | flake.nix: Fix indent | Eelco Dolstra | |
2022-02-10 | check-hydra-status.sh: Ignore unfinished builds | Eelco Dolstra | |
2022-02-10 | check-hydra-status.sh: Improve error behaviour | Eelco Dolstra | |
2022-02-09 | Merge pull request #6067 from trofi/revert-6060-prefer-inplace-libs | Eelco Dolstra | |
Revert "mk: prefert inplace library paths to system ones (take 2)" | |||
2022-02-09 | Revert "mk: prefert inplace library paths to system ones (take 2)" | Sergei Trofimovich | |
2022-02-08 | Merge pull request #6060 from trofi/prefer-inplace-libs | Eelco Dolstra | |
mk: prefert inplace library paths to system ones (take 2) | |||
2022-02-07 | mk: prefert inplace library paths to system ones (take 2) | Sergei Trofimovich | |
It's a second attempt to merge the change. Previous attempt was reverted in b976b34a5b05ba303904cc7b8e0a2579bdb52807. Since then underlying failure exposed by original change was fixed by https://github.com/NixOS/nix/pull/5354. Below goes description of original change: The link failure happens on a system with stable nix-2.3.15 installed in /usr/lib64 (it's libutil.so API differs from master): ``` LANG=C make V=1 g++ -o /home/slyfox/dev/git/nix/src/libstore/libnixstore.so \ -shared -L/usr/lib64 -Wl,--no-copy-dt-needed-entries \ src/libstore/binary-cache-store.o ... src/libstore/uds-remote-store.o \ -lsqlite3 -lcurl -lsodium -pthread -ldl -lseccomp -Wl,-z,defs -Wl,-soname=libnixstore.so -Wl,-rpath,/home/slyfox/dev/git/nix/src/libutil -Lsrc/libutil -lnixutil ld: src/libstore/binary-cache-store.o: in function `nix::BinaryCacheStore::BinaryCacheStore( std::map<std::__cxx11::basic_string<char, std::char_traits<char>, ... nix/src/libstore/binary-cache-store.cc:30: undefined reference to `nix::readFile( std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' ... ... ``` This happens due to `-L/usr/lib64 -Lsrc/libutil` search path ordering. The change turns it into `-Lsrc/libutil -L/usr/lib64`. Closes: https://github.com/NixOS/nix/issues/3087 | |||
2022-02-07 | Merge pull request #6054 from lincolnauster/lf-reporterr | Eelco Dolstra | |
repl/load-flake: throw error if path isn't specified |