fix: nixpkgs for darwin

This commit is contained in:
Ryan Yin
2024-06-02 12:59:13 +08:00
parent 9adf87aaf5
commit f37588df64
4 changed files with 9 additions and 26 deletions

View File

@@ -21,11 +21,11 @@
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
};
pkgs-stable = import inputs.nixpkgs-stable {
inherit system;
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
};
# pkgs-stable = import inputs.nixpkgs-stable {
# inherit system;
# # To use chrome, we need to allow the installation of non-free software
# config.allowUnfree = true;
# };
};
# This is the args for all the haumea modules in this folder.