aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 00:11:34 -0700
committerFuwn <[email protected]>2024-10-09 00:11:34 -0700
commit7391c4d9589e8f550f516022344b5730496b524a (patch)
treef086fccfc1272d7b2c7192e81e8a7885e37fc9f6 /flake.nix
parentfeat(pkgs): add zen browser twilight release package (diff)
downloadtsutsumi-7391c4d9589e8f550f516022344b5730496b524a.tar.xz
tsutsumi-7391c4d9589e8f550f516022344b5730496b524a.zip
ci(actions): add omnix ci github actions workflow
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f592cfc..24f2f0a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -85,6 +85,13 @@
pkgs = import nixpkgs {
inherit system;
+ config.allowUnfreePredicate =
+ pkg:
+ builtins.elem (pkgs.lib.getName pkg) [
+ "private-internet-access"
+ "yaak"
+ ];
+
overlays = [
(final: _: {
buildRustPackage = import ./lib/build-rust-package.nix {