We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Scaling Up Flakes

Formale Metadaten

Titel
Scaling Up Flakes
Serientitel
Anzahl der Teile
28
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Flakes are becoming the de facto standard way of packaging Nix-based projects. However, flakes have some major problems due to the way Nix enforces hermetic evaluation: flake inputs (such as Git repositories) are copied to the Nix store, which is slow for large repositories, massively wastes disk space, and leads to confusing error messages. I will discuss recent flake changes that not only solve these problems but provide a bunch of other benefits, such as the ability to apply patches to inputs. I will also talk about future directions for flakes.