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 = [ imports = [
./assertions.nix ./assertions.nix
./meta.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 = { options.nixpkgs = {