From 62621080f9f97f5dffa889daf1dbc7257ba2cda7 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 28 Feb 2024 06:50:30 -0500 Subject: move repo stuff to root flake.nix --- repo/ci.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 repo/ci.nix (limited to 'repo/ci.nix') diff --git a/repo/ci.nix b/repo/ci.nix deleted file mode 100644 index 05fd106..0000000 --- a/repo/ci.nix +++ /dev/null @@ -1,29 +0,0 @@ -{self, ...}: { - perSystem = { - lib, - pkgs, - system, - self', - ... - }: let - ci = self.lib.ci [system]; - - configurations = map (type: ci.mapCfgsToDerivs (ci.getCompatibleCfgs self.${type})) [ - "nixosConfigurations" - "darwinConfigurations" - "homeConfigurations" - ]; - - required = lib.concatMap lib.attrValues ( - [ - self'.checks - self'.devShells - ] - ++ configurations - ); - in { - packages.ciGate = pkgs.writeText "ci-gate" ( - lib.concatMapStringsSep "\n" toString required - ); - }; -} -- cgit v1.2.3