Merge staging to master #12

Merged
steveej merged 30 commits from staging into master 2018-11-10 11:10:55 +00:00
Showing only changes of commit 48b35e16c7 - Show all commits

View file

@ -10,7 +10,7 @@ in {
https://nixos.org/channels/nixos-unstable nixos-unstable https://nixos.org/channels/nixos-unstable nixos-unstable
''; '';
home.activation._removeExistingNixChannels = config.lib.dag.entryBefore ["checkLinkTargets"] '' home.activation.removeExistingNixChannels = config.lib.dag.entryBefore ["checkLinkTargets"] ''
$DRY_RUN_CMD ${pkgs.writeScript "activation-script" '' $DRY_RUN_CMD ${pkgs.writeScript "activation-script" ''
set -ex set -ex
if test -f $HOME/.nix-channels; then if test -f $HOME/.nix-channels; then