Ryan Yin
2025-09-01 14:28:06 +08:00
parent 8d7b622430
commit a1d51ffe0c
5 changed files with 27 additions and 5 deletions

View File

@@ -28,6 +28,11 @@ let
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
};
pkgs-patched = import inputs.nixpkgs-patched {
inherit system;
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
};
pkgs-x64 = import nixpkgs {
system = "x86_64-linux";