Remove unfreepredicate workaround

This commit is contained in:
Lillian-Violet 2024-01-07 12:55:00 +01:00
parent 33b13f58f3
commit 633748ee99
3 changed files with 0 additions and 6 deletions

View file

@ -40,8 +40,6 @@
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942
allowUnfreePredicate = _: true;
};
};

View file

@ -43,8 +43,6 @@
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942
allowUnfreePredicate = _: true;
};
};

View file

@ -42,8 +42,6 @@
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942
allowUnfreePredicate = _: true;
};
};