🚀 add nixpkgs-review

This commit is contained in:
Moritz Böhme 2022-04-30 13:08:29 +02:00
parent a863e30305
commit f9edbf2dc3
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 126 additions and 2 deletions

View file

@ -2,6 +2,7 @@
final: prev: {
python-dev = import ./python.nix final prev;
nixpkgs-review = inputs.nixpkgs-review-checks.defaultPackage."${prev.system}";
master = import inputs.master {
inherit (prev) system;
config.allowUnfree = true;