Define modules as paths to functions, not functions
This commit is contained in:
parent
ca39a8faad
commit
2f3e74c3f1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
# Add your NixOS modules here
|
# Add your NixOS modules here
|
||||||
#
|
#
|
||||||
# my-module = import ./my-module;
|
# my-module = ./my-module;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue