Merge pull request #244653 from bjornfor/nixos-generate-config-emit-lib

nixos-generate-config: add 'lib' arg to configuration.nix
This commit is contained in:
Robert Hensing 2023-07-24 00:03:26 +02:00 committed by GitHub
commit 35a0bd36d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ in
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running `nixos-help`).
{ config, pkgs, ... }:
{ config, lib, pkgs, ... }:
{
imports =