1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src
Emily Trau b37dd43db4 Add missing <sys/select.h> include
`select()` may not be ambiently available for use on every platform
2023-06-05 20:18:24 -07:00
..
build-remote Split comment, match with each variable 2023-05-08 10:08:01 -04:00
libcmd Make more string values work as installables 2023-05-15 09:03:38 -04:00
libexpr Merge pull request #8421 from fricklerhandwerk/doc-replaceStrings 2023-05-31 12:10:32 +02:00
libfetchers Remove unused 2023-05-18 13:26:23 +03:00
libmain nix: Support the --repair flag 2023-04-28 17:03:04 +02:00
libstore Document manual migration for use-xdg-base-directories (#8044) 2023-06-02 15:38:17 +00:00
libutil Merge pull request #8318 from fricklerhandwerk/doc-currentTime 2023-05-31 03:15:54 +02:00
nix Add missing <sys/select.h> include 2023-06-05 20:18:24 -07:00
nix-build nix: Support the --repair flag 2023-04-28 17:03:04 +02:00
nix-channel Factor out the generation of the profile/channel directory 2023-03-23 10:22:42 +01:00
nix-collect-garbage Make nix-collect-garbage -d look into more places 2023-05-15 11:36:53 +02:00
nix-copy-closure Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
nix-env nix: Support the --repair flag 2023-04-28 17:03:04 +02:00
nix-instantiate nix: Support the --repair flag 2023-04-28 17:03:04 +02:00
nix-store Revert "Revert "Use template structs instead of phantoms"" 2023-05-17 22:44:47 -04:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11