Skip to content
Snippets Groups Projects
update-nixpkgs.rst 343 B
Newer Older
To create a nice summary text to of what an update will change - to put in Merge Requests, for example - run::

    nix-build -A morph -o result-before
    update-nixpkgs
    nix-build -A morph -o result-after
    nix-shell -p nixUnstable
    nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/