nixos/nixpkgs: fix incorrect lib usage

This commit is contained in:
Felix Buehler 2024-09-16 21:01:37 +02:00
parent 0256009d28
commit 22cbc6c0f6

View File

@ -96,7 +96,7 @@ in
imports = [
./assertions.nix
./meta.nix
(lib.mkRemovedOptionModule [ "nixpkgs" "initialSystem" ] "The NixOS options `nesting.clone` and `nesting.children` have been deleted, and replaced with named specialisation. Therefore `nixpgks.initialSystem` has no effect lib.anymore.")
(lib.mkRemovedOptionModule [ "nixpkgs" "initialSystem" ] "The NixOS options `nesting.clone` and `nesting.children` have been deleted, and replaced with named specialisation. Therefore `nixpgks.initialSystem` has no effect anymore.")
];
options.nixpkgs = {