From e1dafe66b7660d906d0738973ffc79afc0598698 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 10 Feb 2024 10:29:03 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-framework/default.nix b/nixos/hosts/nixos-framework/default.nix index f743196e..024b2c62 100644 --- a/nixos/hosts/nixos-framework/default.nix +++ b/nixos/hosts/nixos-framework/default.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, pkgs, modulesPath, desktop, hostname, username, ... }: { +{ inputs, config, lib, pkgs, system, modulesPath, desktop, hostname, username, ... }: { imports = [ inputs.nixos-hardware.nixosModules.framework-13-7040-amd (modulesPath + "/installer/scan/not-detected.nix")