From 944de3a2103d0190364b2d4b4d55e3e90e3f95a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 6 Apr 2023 01:40:18 +0200 Subject: [PATCH] flake: fix duplicated inputs --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8df686c8..44da6ad7 100644 --- a/flake.nix +++ b/flake.nix @@ -331,7 +331,6 @@ c3d2-web = nixosSystem' { modules = [ - { _module.args = { inherit nixos; }; } self.nixosModules.microvm ./hosts/c3d2-web ]; @@ -640,7 +639,6 @@ rpi-netboot = nixosSystem' { modules = [ - { _module.args = { inherit nixos; }; } nixos-hardware.nixosModules.raspberry-pi-4 self.nixosModules.rpi-netboot ./hosts/rpi-netboot