mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
parent
10d33452e2
commit
00584bb091
5 changed files with 28 additions and 8 deletions
4
tests/lang/parse-okay-dup-attrs-6.nix
Normal file
4
tests/lang/parse-okay-dup-attrs-6.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
services.ssh.port = 23;
|
||||
services.ssh = { enable = true; };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue