Ryan Yin

Results 226 comments of Ryan Yin

NixOS is quite different from other Linux distributions, you should have a good understanding of NixOS before learning how this project works.

Hello Ivan. It has become challenging for me to maintain this project due to my limited expertise in the Linux kernel. After careful consideration, I've decided to archive it. You...

This is expected. The VitePress community currently does not have a very robust PDF generation feature, and the plugin currently in use can only achieve this level of functionality. This...

Part of the issue has been fixed by #228

I think there's no right or wrong here; it's more of a personal choice. Personally, I don't like the `inputs.xxx` usage style, as it seems a bit too verbose. By...

> I originally installed Homebrew myself, but later used nix-homebrew to migrate Homebrew(sett autoMigrate=true in nix-homebrew.darwinModules.nix-homebrew ). Sorry, but I haven't tried that option, and I don't have the environment...

> I was thinking about just `dd`ing the rawEfi image onto the emmc, but that won't make much sense since it lacks a configuration.nix file to build off of. `dd`...

I wouldn't recommend relying on `system.autoUpgrade` for this use case. A more robust and maintainable approach would be to implement a CI/CD pipeline (using GitHub Actions or similar platforms). An...

@dcolestock Thanks for the feedback, I add a new tag https://github.com/ryan4yin/nixos-and-flakes-book/releases/tag/v0.4.4 and confirmed the issue is gone.