mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
9 lines
68 B
Nix
9 lines
68 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [ ./stirling-pdf.nix ];
|
|
}
|