formatting
This commit is contained in:
parent
a2ba53b574
commit
68572a1362
6 changed files with 9 additions and 7 deletions
|
|
@ -84,6 +84,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
})
|
}
|
||||||
|
)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config = {
|
||||||
allowUnfreePredicate = pkg:
|
allowUnfreePredicate =
|
||||||
|
pkg:
|
||||||
builtins.elem (lib.getName pkg) [
|
builtins.elem (lib.getName pkg) [
|
||||||
"vscode"
|
"vscode"
|
||||||
"discord"
|
"discord"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue