mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-24 04:25:56 +00:00
8 lines
104 B
Nix
8 lines
104 B
Nix
{ x, lib, ... }:
|
|
|
|
with lib;
|
|
with x; {
|
|
options = { module.shells = { abbrs = mkOpt.attrs.str; }; };
|
|
}
|
|
|