mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
flake.nix: Add check
This commit is contained in:
parent
af376fdc23
commit
0f913dee48
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue