Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 645ff13a4be67718b624c5b15f316922399cc3dd
      
https://github.com/NixOS/nixpkgs/commit/645ff13a4be67718b624c5b15f316922399cc3dd
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

  Changed paths:
    M nixos/modules/installer/tools/auto-upgrade.nix

  Log Message:
  -----------
  nixos autoUpgrade: fix use of startAt

`startAt = ""` as in `startAt = optionalString false ...` results
in an invalid timer unit (due to "" being promoted to a singleton
list and not filtered out).

Ref: c9941c4b5ef7acc1cb8d734acb383410d99c01ba


  Commit: 4c41c412a0c6353e6a49b484783b4c925064718c
      
https://github.com/NixOS/nixpkgs/commit/4c41c412a0c6353e6a49b484783b4c925064718c
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

  Changed paths:
    M nixos/modules/services/misc/nix-gc.nix

  Log Message:
  -----------
  nix gc service: fix use of startAt

`startAt = ""` as in `startAt = optionalString false ...` results
in an invalid timer unit (due to "" being promoted to a singleton
list and not filtered out).

Ref: c9941c4b5ef7acc1cb8d734acb383410d99c01ba


  Commit: bdc4397303fcd6312cdb321d0870099b88b0625b
      
https://github.com/NixOS/nixpkgs/commit/bdc4397303fcd6312cdb321d0870099b88b0625b
  Author: Joachim F <[email protected]>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

  Changed paths:
    M nixos/modules/installer/tools/auto-upgrade.nix
    M nixos/modules/services/misc/nix-gc.nix

  Log Message:
  -----------
  Merge pull request #19805 from joachifm/startAt-fixups

Fixup remaining uses of startAt


Compare: https://github.com/NixOS/nixpkgs/compare/fda12d811a73...bdc4397303fc
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to