diff --git a/flake.nix b/flake.nix index 09abcd6..5f89079 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,7 @@ nixosConfigurations = { odroid8 = nixpkgs.lib.nixosSystem { system = "aarch64-linux"; + extraSpecialArgs = { inherit inputs outputs lib;}; modules = globalModules ++ [./hosts/odroid8];