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
incus: 6.6.0 -> 6.7.0 (#356230)
[NixPkgs.git]
/
lib
/
tests
/
modules
/
doRename-condition-migrated.nix
blob
fd20ee87f23a4bc25a08e65f759a8c25647c518a
1
{ config, ... }:
2
{
3
config = {
4
services.foos."".bar = "baz";
5
result =
6
assert config.services.foos == { "" = { bar = "baz"; }; };
7
assert config.services.foo.bar == "baz";
8
true;
9
};
10
}