feat: use the same nixpkgs as much as possible - macOS

This commit is contained in:
Ryan Yin
2023-08-04 22:40:15 +08:00
parent 664506b6cb
commit e39b79c508
2 changed files with 11 additions and 1 deletions

View File

@@ -140,7 +140,7 @@
}
// inputs;
base_args = {
inherit nix-darwin home-manager system specialArgs;
inherit nix-darwin home-manager system specialArgs nixpkgs;
};
in {
harmonica = macosSystem (base_args // {