1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00
home-manager/home-manager
Robert Helgesson 4f67e8d0c3
home-manager: fix GC issue
It was previously possible to create the news information and lose it
in a Nix GC before being able to view it. This also causes a switch to
error out. This change makes the news information a root in the
garbage collector.

Note, this change also removes the need for `nix eval` so the
`doBuildAttr` function is simplified accordingly.

Fixes #327
2018-07-31 13:42:56 +02:00
..
default.nix use buildCommand for single phase builds 2017-11-06 14:24:04 +01:00
home-manager home-manager: fix GC issue 2018-07-31 13:42:56 +02:00
home-manager.nix home-manager: avoid import to improve error messages 2017-11-02 11:19:12 +01:00
install.nix home-manager: use shellHook to install 2017-11-29 23:48:58 +01:00