Skip to content

Commit

Permalink
fix: 'error: attribute zfs_2_2 missing' during build time
Browse files Browse the repository at this point in the history
To be re-added when its fixed upstream.
  • Loading branch information
dr460nf1r3 committed Mar 5, 2024
1 parent 82d1880 commit d210a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/misc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ in {

# Enhabce performance tweaks
garuda.performance-tweaks = lib.mkIf cfg.performance {
cachyos-kernel = true;
# cachyos-kernel = true; # TODO: re-add once "error: attribute 'zfs_2_2' missing" is fixed
enable = true;
};

Expand Down

0 comments on commit d210a10

Please sign in to comment.