oscar: Fix android-studio allowUnfree
This commit is contained in:
parent
f6d8dd72d1
commit
5c348f035e
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
||||||
home-manager.users.chandler = { pkgs, ... }: {
|
home-manager.users.chandler = { pkgs, ... }: {
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"android-studio-stable"
|
"android-studio"
|
||||||
"discord"
|
"discord"
|
||||||
"factorio-space-age"
|
"factorio-space-age"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue