From 77f77ed8ee9b6d337d15eb8d314ef4d11198e493 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 30 Jan 2025 23:55:49 -0600 Subject: [PATCH] task | cleanup old code --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) 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 = {