From eb4887b75cd6deba0c430dd99d8710c6332809c4 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 17 Jul 2025 21:27:57 +0000 Subject: [PATCH] Compilation fix. --- flake.lock | 17 +++++++++++++++++ nodes/hosts/nixwork/configuration.nix | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 192dc4b..cacae2f 100644 --- a/flake.lock +++ b/flake.lock @@ -394,6 +394,22 @@ "type": "github" } }, + "nix-hardware-stable-nixos": { + "locked": { + "lastModified": 1752666637, + "narHash": "sha256-P8J72psdc/rWliIvp8jUpoQ6qRDlVzgSDDlgkaXQ0Fw=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "d1bfa8f6ccfb5c383e1eba609c1eb67ca24ed153", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixos-hardware", + "type": "github" + } + }, "nix-vm-test": { "inputs": { "nixpkgs": [ @@ -603,6 +619,7 @@ "impermanence-stable-nixos": "impermanence-stable-nixos", "nix-flatpak-stable-nixos": "nix-flatpak-stable-nixos", "nix-gaming-stable-nixos": "nix-gaming-stable-nixos", + "nix-hardware-stable-nixos": "nix-hardware-stable-nixos", "nixpkgs": "nixpkgs_2", "nixpkgs-stable-nixos": "nixpkgs-stable-nixos", "nixverse": "nixverse", diff --git a/nodes/hosts/nixwork/configuration.nix b/nodes/hosts/nixwork/configuration.nix index 9ffe568..e540847 100644 --- a/nodes/hosts/nixwork/configuration.nix +++ b/nodes/hosts/nixwork/configuration.nix @@ -8,7 +8,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - inputs.nixos-hardware.nixosModules.framework-16-7040-amd + nixos-hardware.nixosModules.framework-16-7040-amd ./programs/sof-firmware.nix # Not working yet. ./services/fprintd.nix