srvos/dev/ci.nix
zimbatm 7e7c0bc212 ci: also test nixos-23.05
Move tests to the ./dev folder
2023-07-16 06:32:59 +02:00

6 lines
117 B
Nix

{ system ? builtins.currentSystem }:
let
devFlake = builtins.getFlake (toString ./.);
in
devFlake.checks.${system}