nixosConfigurations as flake checks

For Hydra
This commit is contained in:
Andrea Ciceri 2023-04-12 00:01:31 +02:00
parent 026a0d0180
commit b24edb23ba
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 14 additions and 9 deletions

View file

@ -20,4 +20,9 @@
# statix.enable = true;
};
};
flake.checks.x86_64-linux =
builtins.mapAttrs
(_: nc: nc.config.system.build.toplevel)
self.nixosConfigurations;
}