mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Add empty argument set to modules without arguments
This commit is contained in:
parent
0847d834d0
commit
080feb5153
3 changed files with 6 additions and 1 deletions
|
|
@ -1 +1,4 @@
|
|||
{ imports = [ ../user.nix ]; }
|
||||
{ ... }:
|
||||
{
|
||||
imports = [ ../user.nix ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue