maybe missing paths

This commit is contained in:
ringofstorms 2024-04-01 18:50:57 -05:00
parent 2bea94afc4
commit 0ed9e8ecab

View file

@ -19,12 +19,12 @@
[ (settings.usersDir + "/_common/home.nix") ]
# Programs
++ ylib.umport {
paths = [ ./programs ];
path = ./programs;
recursive = true;
}
# Programs by host
++ ylib.umport {
paths = [ ./by_hosts/${settings.system.hostname} ];
path = lib.fileset.maybeMissing ./by_hosts/${settings.system.hostname};
recursive = true;
};
};