repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
librepcb: 1.1.0 -> 1.2.0
[NixPkgs.git]
/
nixos
/
lib
/
testing
/
call-test.nix
blob
9abcea07455efaa74cfa07e329db379528bd5186
1
{ config, lib, ... }:
2
let
3
inherit (lib) mkOption types;
4
in
5
{
6
options = {
7
result = mkOption {
8
internal = true;
9
default = config;
10
};
11
};
12
}