about summary refs log tree commit diff
path: root/third_party/nix/src/nix/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2020-05-30 r/873 chore(3p/nix): Clean up leftover Meson fileVincent Ambo1-78/+0
2020-05-24 r/835 refactor(3p/nix/libutil): Replace chomp() with absl::stringsVincent Ambo1-1/+1
2020-05-19 r/762 refactor(3p/nix/nix-*): Replace logging with glog in binariesVincent Ambo1-2/+0
2020-05-17 r/750 feat(3p/nix): Add glog dependencyVincent Ambo1-65/+67
2020-05-17 r/748 chore(3p/nix): Always enable the garbage collectorVincent Ambo1-0/+1
It's unclear why this toggle existed, now it doesn't.
2020-05-17 r/744 chore(3p/nix): Remove symlink setup from Meson buildVincent Ambo1-75/+0
This belongs in the derivation itself, IMO.
2020-05-17 r/726 feat(3p/nix): added meson supportp01arst0rm1-0/+152
(cherry picked from commit 086a81b7a5bbe1fc022efb5935ff68f6ad71ddaf)