From 88b6f01a3555bcc071ecf64580e41cceb3d865b0 Mon Sep 17 00:00:00 2001 From: John Lancaster Date: Thu, 3 Jul 2025 02:43:44 +0000 Subject: [PATCH] fixed warning --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 3d19623..397c854 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,6 @@ let inherit (self) outputs; nixosSystem = inputs.nixpkgs.lib.nixosSystem; - pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux; # Base LXC module that can be reused baseLxcModule = { pkgs, ... }: { @@ -32,9 +31,6 @@ # Function to create LXC systems with custom modules mkLxcSystem = { system ? "x86_64-linux", extraModules ? [], extraPackages ? [] }: nixosSystem { inherit system; - specialArgs = { - inherit pkgs; - }; modules = baseLxcModules ++ extraModules ++ [ # Add extra packages to the base configuration ({ pkgs, ... }: {