fix: typo...

This commit is contained in:
Ryan Yin
2025-11-01 20:50:00 +08:00
parent 4490f13d51
commit 00541d9aca

View File

@@ -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 {