From 00541d9aca99388fcd18ebe940a8354e5d4496f8 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 1 Nov 2025 20:50:00 +0800 Subject: [PATCH] fix: typo... --- outputs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/outputs/default.nix b/outputs/default.nix index 15bf2633..7f8695a6 100644 --- a/outputs/default.nix +++ b/outputs/default.nix @@ -32,12 +32,12 @@ let pkgs-patched = import inputs.nixpkgs-patched { inherit system; # to use chrome, we need to allow the installation of non-free software - config.allowunfree = true; + config.allowUnfree = true; }; pkgs-master = import inputs.nixpkgs-master { inherit system; # to use chrome, we need to allow the installation of non-free software - config.allowunfree = true; + config.allowUnfree = true; }; pkgs-x64 = import nixpkgs {