diff --git a/flake.nix b/flake.nix index f0a8b81..cee24e4 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {