flake.nix: Wire the checks
This commit is contained in:
parent
2eddf71196
commit
1a2cd16932
1 changed files with 2 additions and 0 deletions
|
|
@ -10,5 +10,7 @@
|
||||||
import ./default.nix {
|
import ./default.nix {
|
||||||
inherit (prev) lib;
|
inherit (prev) lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checks.x86_64-linux = import ./tests { pkgs = nixpkgs.legacyPackages.x86_64-linux; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue