From 66aad8d708508834c36da7b797a5013a59e5bc3f Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Mon, 2 Oct 2023 16:48:16 +0000 Subject: [PATCH] fixes --- nixos/default.nix | 2 +- nixos/floki/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/default.nix b/nixos/default.nix index 66d9d47..124c1be 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,4 +1,4 @@ -{ config, desktop, hostname, inputs, lib, modulesPath, outputs, pkgs, stateVersion, username, ... }: +{ config, desktop, hostname, inputs, lib, modulesPath, outputs, pkgs, platform, stateVersion, username, ... }: let # Only enable auto upgrade if current config came from a clean tree # This avoids accidental auto-upgrades when working locally. diff --git a/nixos/floki/default.nix b/nixos/floki/default.nix index 710d557..414e91b 100644 --- a/nixos/floki/default.nix +++ b/nixos/floki/default.nix @@ -1,4 +1,4 @@ -{ inputs, lib, pkgs, ... }: +{ inputs, lib, pkgs, platform, ... }: { imports = [ inputs.nixos-hardware.nixosModules.common-cpu-intel