mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 12:00:04 +02:00
flake/packages: test all packages by default
This commit is contained in:
parent
782f2d6150
commit
48b5056d28
2 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
};
|
};
|
||||||
docs = config.packages.docs ? null;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,5 +22,8 @@
|
||||||
in
|
in
|
||||||
docs
|
docs
|
||||||
// man-docs;
|
// man-docs;
|
||||||
|
|
||||||
|
# Test that all packages build fine when running `nix flake check`.
|
||||||
|
checks = config.packages;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue