mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixos/nixpkgs: fix incorrect lib usage
This commit is contained in:
parent
0256009d28
commit
22cbc6c0f6
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue