mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: typo...
This commit is contained in:
@@ -32,12 +32,12 @@ let
|
|||||||
pkgs-patched = import inputs.nixpkgs-patched {
|
pkgs-patched = import inputs.nixpkgs-patched {
|
||||||
inherit system;
|
inherit system;
|
||||||
# to use chrome, we need to allow the installation of non-free software
|
# 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 {
|
pkgs-master = import inputs.nixpkgs-master {
|
||||||
inherit system;
|
inherit system;
|
||||||
# to use chrome, we need to allow the installation of non-free software
|
# to use chrome, we need to allow the installation of non-free software
|
||||||
config.allowunfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
pkgs-x64 = import nixpkgs {
|
pkgs-x64 = import nixpkgs {
|
||||||
|
|||||||
Reference in New Issue
Block a user