10 lines
64 B
Nix
10 lines
64 B
Nix
{ config
|
|
, lib
|
|
, pkgs
|
|
, meta
|
|
, ...
|
|
}:
|
|
let
|
|
foo = "bar";
|
|
in
|
|
{ }
|