raito raito · he/him
  • Joined on 2024-03-01
raito pushed to main at lix-project/lix-website 2024-06-09 13:10:39 +00:00
50a12f4798 Merge pull request 'chore: change example nix --version outputs to 2.90-beta.1' (#27) from ajaxbits/lix-website:beta.1-typo into main
51f93203b8 chore: change example nix --version outputs to 2.90-beta.1
Compare 2 commits »
raito merged pull request lix-project/lix-website#27 2024-06-09 13:10:37 +00:00
chore: change example nix --version outputs to 2.90-beta.1
raito pushed to main at lix-project/lix-website 2024-06-09 13:08:48 +00:00
c533c9eaf8 Merge pull request 'add-to-config, about: fix typos' (#10) from danderson/lix-website:dave/typos into main
91cc630e23 about: fix typo
c526b37c6d add-to-config: fix option name for cache servers
Compare 3 commits »
raito merged pull request lix-project/lix-website#10 2024-06-09 13:08:46 +00:00
add-to-config, about: fix typos
raito pushed to dave/typos at danderson/lix-website 2024-06-09 13:08:16 +00:00
91cc630e23 about: fix typo
c526b37c6d add-to-config: fix option name for cache servers
9eeba87c32 Merge pull request 'install.md: Fix broken link' (#26) from yayayayaka/lix-website:fix-link-on-install.md into main
73c79b98f2 install.md: Fix broken link
93047e5a9a Merge pull request 'fix grammar: «a alternative» → «an alternative»' (#25) from das-g/lix-website:fix-grammar-aN-alternative into main
Compare 25 commits »
raito commented on pull request lix-project/lix-website#10 2024-06-09 13:07:56 +00:00
add-to-config, about: fix typos

Seems good to me.

raito opened issue lix-project/lix#369 2024-06-01 18:18:42 +00:00
Test environment does not tear down some symlinks
raito closed issue lix-project/lix#294 2024-06-01 17:51:32 +00:00
Review the commit history looking for release-note-able things that we missed
raito commented on issue lix-project/lix#294 2024-06-01 17:51:31 +00:00
Review the commit history looking for release-note-able things that we missed

For me, it's completed. Feel free to reopen if this is a mistake.

raito commented on issue lix-project/lix#346 2024-05-24 12:30:49 +00:00
Identify distro packages in nix --version

(we can read /etc/os-release btw too)

raito commented on issue lix-project/lix#346 2024-05-24 12:30:40 +00:00
Identify distro packages in nix --version

I like the idea of having the option 1 also as well

raito commented on issue lix-project/lix#162 2024-05-19 15:08:23 +00:00
Remove all Nix branding and references to the NixOS GitHub in non-code
$ rg '((?!(recursive).*) Nix (?!(daemon
raito commented on issue lix-project/lix#293 2024-05-13 23:25:31 +00:00
release notes generator: add credit property, where we can credit who did the thing

Fixed by https://gerrit.lix.systems/c/lix/+/1110 ; we can already start with this and improve significantly the formatting if needed. I am not so sure for the database stuff, so please feel free…

raito commented on issue lix-project/lix#308 2024-05-12 19:43:16 +00:00
Increase of 7MB in the size of the Lix derivation on Linux

now hold your horses though, because release is -O3 and I don't think we want that configuration to even be allowed after we found that gcc warning bug on O3. i think you want debugoptimized…

raito commented on issue lix-project/lix#307 2024-05-12 19:08:37 +00:00
Cross compilation from aarch64-darwin to aarch64-linux fails

Possibly.

raito commented on issue lix-project/lix#306 2024-05-12 18:11:52 +00:00
Static builds fail

@delroth FYI, it was found out that it's related to passing -shared and -static to the plugin build. It should probably be skipped at the Meson level, i.e. dynamic plugin tests make no sense…