Skip to content

Commit e762507

Browse files
authored
ci: remove flake checks (#235)
* ci: remove flake checks * update garnix conf
1 parent 6029bee commit e762507

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

flake.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@
6666
let
6767
system = "x86_64-linux";
6868
ci = import ./outputs/ci.nix { inherit inputs system; };
69-
inherit (inputs.nixpkgs.lib) mapAttrs;
7069
in
71-
rec {
70+
{
7271
homeConfigurations =
7372
import ./outputs/home-conf.nix { inherit inputs system; };
7473

@@ -78,12 +77,5 @@
7877
packages.${system} = {
7978
inherit (ci) metals metals-updater;
8079
};
81-
82-
checks.${system} =
83-
let
84-
os = mapAttrs (_: c: c.config.system.build.toplevel) nixosConfigurations;
85-
hm = mapAttrs (_: c: c.activationPackage) homeConfigurations;
86-
in
87-
os // hm;
8880
};
8981
}

garnix.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ builds:
22
exclude: []
33
include:
44
- '*.x86_64-linux.*'
5+
- homeConfigurations.*
6+
- nixosConfigurations.*

0 commit comments

Comments
 (0)