From 8a6709e91b4355fb31843f8b77a7d0121613ae9e Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 24 May 2024 18:54:16 +0200 Subject: [PATCH] fix(nixpkgs): drop `nixpkgs.initialSystem` Signed-off-by: Raito Bezarius --- modules/nixpkgs.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/nixpkgs.nix b/modules/nixpkgs.nix index 608cd0e..eca3124 100644 --- a/modules/nixpkgs.nix +++ b/modules/nixpkgs.nix @@ -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 {