Nixcademy Blog Posts with Tag "best-practices"

1000 Instances of flake-utils

1000 Instances of flake-utils
 
πŸ“† Mon May 26 2025 by Marijan PetričeviΔ‡
Let's look at flake-utils' hidden downsides! This guide quickly demystifies it through simple rewrite, offering insights you likely haven't encountered before.

Demonstrably Secure Software Supply Chains with Nix

Demonstrably Secure Software Supply Chains with Nix
AI-generated image. Human-written content.
πŸ“† Mon May 12 2025 by Jacek Galowicz
Discover how Nix can revolutionize your software supply chain security, enabling verifiable integrity and offline rebuilds from source.

Nix IFD: A Ticking Time Bomb in Your Build Pipeline?

Nix IFD: A Ticking Time Bomb in Your Build Pipeline?
AI-generated image. Human-written content.
πŸ“† Mon Dec 30 2024 by Jacek Galowicz
Nix's Import From Derivation (IFD) can speed up development but also cause slow builds. Learn how IFD works, its pros/cons, and when to use it effectively.

Mastering Nixpkgs Overlays: Techniques and Best Practice

Mastering Nixpkgs Overlays: Techniques and Best Practice
AI-generated image. Human-written content.
πŸ“† Thu Aug 01 2024 by Jacek Galowicz
Overlays in Nixpkgs are a powerful mechanism, but they are also complex to grasp. We tell you everything you need to know about Nixpkgs overlays.

Separation of Concerns in Cross-Compilation

Separation of Concerns in Cross-Compilation
AI-generated image. Human-written content.
πŸ“† Tue Jan 30 2024 by Jacek Galowicz
Master cross-compilation in complex C++ projects with Nix. Simplify dependency management, boost development speed, and reduce costs with this guide!