fix(nixpkgs): drop nixpkgs.initialSystem

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-05-24 18:54:16 +02:00
parent 7ae86c23d9
commit 8a6709e91b

View file

@ -96,10 +96,6 @@ let
in
{
imports = [
(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 = {
pkgs = mkOption {