Forgot the colon after the first list in common.nix
This commit is contained in:
parent
2e76139dde
commit
77deb9e0d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, inputs, ... }
|
{ config, lib, pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Enable automatic system updates
|
# Enable automatic system updates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue