task | cleanup old code

This commit is contained in:
Don Harper 2025-01-30 23:55:49 -06:00
parent a7d58d19a2
commit 77f77ed8ee

View file

@ -24,13 +24,6 @@
let
inherit (self) outputs;
lib = nixpkgs.lib // home-manager.lib;
systems = [ "x86_64-linux" "aarch64-linux" ];
forEachSystem = f: lib.genAttrs systems (system: f pkgsFor.${system});
pkgsFor = lib.genAttrs systems (system:
import nixpkgs {
inherit system;
config.allowUnfree = true;
});
in {
inherit lib;
colmena = {