mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +03:00
6 lines
68 B
Nix
6 lines
68 B
Nix
{
|
|
perSystem = {self', ...}: {
|
|
checks = self'.packages;
|
|
};
|
|
}
|