mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-24 18:31:43 +01:00
fix: typo...
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user