mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-11 02:07:27 +01:00
The NixOS manual says modules have the following signature:
{ config, lib, pkgs, ... }:
But our generated configuration.nix file lacks the 'lib' part. Add it.
|
||
|---|---|---|
| .. | ||
| nixos-build-vms | ||
| get-version-suffix | ||
| nixos-checkout.nix | ||
| nixos-generate-config.pl | ||
| nixos-install.sh | ||
| nixos-option.sh | ||
| nixos-rebuild.sh | ||
| nixos-version.sh | ||
| tools.nix | ||