flake.nix: Add check
This commit is contained in:
parent
af376fdc23
commit
0f913dee48
|
@ -12,6 +12,10 @@
|
||||||
nixosSystem = import ./nixos/lib/eval-config.nix;
|
nixosSystem = import ./nixos/lib/eval-config.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checks.tarball = (import ./pkgs/top-level/release.nix {
|
||||||
|
nixpkgs = flakes.self;
|
||||||
|
}).tarball;
|
||||||
|
|
||||||
builders = {
|
builders = {
|
||||||
inherit (pkgs) stdenv fetchurl;
|
inherit (pkgs) stdenv fetchurl;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user