imp: move follows responsibility downstream

- also remove unimportant (small) depenencies from follows management
- so that it is less complex as errors occur, since:
- it seems there are still follows issues present upstream
This commit is contained in:
David Arnold 2021-11-29 19:38:56 -05:00 committed by Infinidoge
parent da53ac1de3
commit efc3380e13
2 changed files with 3 additions and 10 deletions

View file

@ -160,11 +160,7 @@
inputs.polymc.overlay
];
};
latest = {
overlays = [
deploy.overlay
];
};
latest = { };
};
lib = import ./lib { lib = digga.lib // nixos.lib; };