Browse Source

flake.nix: Add check

wip-nanopi-m4v2
Eelco Dolstra 7 years ago
parent
commit
0f913dee48
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      flake.nix

+ 4
- 0
flake.nix View File

@@ -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;
};


Loading…
Cancel
Save