Explorar el Código

flake.nix: Add check

wip-nanopi-m4v2
Eelco Dolstra hace 7 años
padre
commit
0f913dee48
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      flake.nix

+ 4
- 0
flake.nix Ver fichero

@@ -12,6 +12,10 @@
nixosSystem = import ./nixos/lib/eval-config.nix;
};

checks.tarball = (import ./pkgs/top-level/release.nix {
nixpkgs = flakes.self;
}).tarball;

builders = {
inherit (pkgs) stdenv fetchurl;
};


Cargando…
Cancelar
Guardar