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