witch: Further deprecation efforts

This commit is contained in:
kat witch 2021-05-06 16:08:14 +01:00
parent 8dbee8ce83
commit f95acee54d
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 61 additions and 61 deletions

View file

@ -11,7 +11,7 @@ rec {
users = modList { modulesDir = ./users; };
inherit (import ./lib/hosts.nix {
inherit pkgs sources witch profiles users;
inherit pkgs sources profiles users;
inherit (deploy) target;
})
hosts targets;