mirror of
https://github.com/nix-community/dream2nix.git
synced 2025-01-01 19:08:33 +03:00
9 lines
74 B
Nix
9 lines
74 B
Nix
{config, lib, ...}: let
|
|
l = lib // builtins;
|
|
|
|
in {
|
|
config = {
|
|
|
|
};
|
|
}
|