The NixOS manual says modules have the following signature:
{ config, lib, pkgs, ... }:
But our generated configuration.nix file lacks the 'lib' part. Add it.
…
Description
Languages
Nix
95.3%
Shell
1.9%
Python
1.6%
C
0.2%
Rust
0.2%
Other
0.4%