This commit is contained in:
2024-01-26 02:28:50 +00:00
parent 197b1df047
commit 409f8a758f
5 changed files with 124 additions and 314 deletions

View File

@@ -36,13 +36,13 @@
};
config = {
nixpkgs = {
overlays = builtins.attrValues outputs.overlays;
config = {
allowUnfree = true;
allowUnfreePredicate = _: true;
};
};
# nixpkgs = {
# overlays = builtins.attrValues outputs.overlays;
# config = {
# allowUnfree = true;
# allowUnfreePredicate = _: true;
# };
# };
nix = {
package = lib.mkDefault pkgs.nix;