diff options
| author | Fuwn <[email protected]> | 2024-10-09 00:11:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-09 00:11:34 -0700 |
| commit | 7391c4d9589e8f550f516022344b5730496b524a (patch) | |
| tree | f086fccfc1272d7b2c7192e81e8a7885e37fc9f6 /flake.nix | |
| parent | feat(pkgs): add zen browser twilight release package (diff) | |
| download | tsutsumi-7391c4d9589e8f550f516022344b5730496b524a.tar.xz tsutsumi-7391c4d9589e8f550f516022344b5730496b524a.zip | |
ci(actions): add omnix ci github actions workflow
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 { |