Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nix
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
x.z = 3;
|
||||
x = { y = 3; z = 3; };
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
x.y.y = 3;
|
||||
x = { y.y= 3; z = 3; };
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
x = { y = 3; z = 3; };
|
||||
x.q = 3;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
x.q = 3;
|
||||
x = { y = 3; z = 3; };
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
services.ssh.enable = true;
|
||||
services.ssh = { port = 123; };
|
||||
services = {
|
||||
httpd.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user