From 85486720e07aed6a00a4285728e8c304414a7287 Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Wed, 12 Feb 2025 16:35:40 -0800 Subject: [PATCH] Remove nvramtool, it only works on x86_64-linux --- nixos-module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos-module.nix b/nixos-module.nix index bfe0c7d..29edf86 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -99,7 +99,6 @@ in environment.systemPackages = with pkgs; [ cbmem cbfstool - nvramtool ]; programs.flashrom = {