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
+1 -1
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 =