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 06d4f39e7b
home-manager: use shellHook to install
This changes the installation command from

    nix-shell $HM_PATH -A install --run 'home-manager switch'

to

    nix-shell $HM_PATH -A install

The added shell hook will print some useful information and run
`home-manager switch`.
2017-11-29 23:48:58 +01:00
..
default.nix use buildCommand for single phase builds 2017-11-06 14:24:04 +01:00
home-manager home-manager: look for '--help' on command line 2017-11-12 14:11:59 +01: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