ryan4yin / nixos-and-flakes-book

:hammer_and_wrench: :heart: Want to know NixOS & Flakes in detail? Looking for a beginner-friendly tutorial? Then you've come to the right place! 想要学习使用 NixOS 与 Flakes 吗?在寻找一份新手友好的教程?那你可来对地方了!
https://nixos-and-flakes.thiscute.world
Creative Commons Attribution Share Alike 4.0 International
2.05k stars 105 forks source link

fix: chromium rebuild #63

Closed d3spairx closed 11 months ago

d3spairx commented 11 months ago

I wanted to contribute to this repo and stumbled upon that Nix rebuilds chromium (because of nixpkgs/release-23.11 and overlay), when you invoke nix develop.

This PR effectively prevents building chromium from source and instead will pull binary from cache.

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nixos-and-flakes-book ✅ Ready (Inspect) Visit Preview Dec 8, 2023 3:26pm
ryan4yin commented 11 months ago

Thanks for the contribution.