Skip to content

Commit

Permalink
flake(packages): add wivrn
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Dec 12, 2024
1 parent d53ff31 commit ae382bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
package:
- packages.x86_64-linux.alvr-unstable
- packages.x86_64-linux.alvr
- packages.x86_64-linux.wivrn
- packages.x86_64-linux.wivrn-unstable
- packages.x86_64-linux.plasma-aero-theme
- packages.x86_64-linux.plasma-aero-theme-unstable
- packages.x86_64-linux.qpm-cli
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
sandwine = prev.callPackage ./pkgs/sandwine { };
qpm-cli = prev.callPackage ./pkgs/qpm-cli/default.nix { };
alvr = prev.callPackage ./pkgs/alvr/package.nix { };
wivrn = prev.callPackage ./pkgs/wivrn/package.nix { };
yt-dlp = prev.yt-dlp.overrideAttrs (prev: {
patches = (prev.patches or [ ]) ++ [ ./patches/yt-dlp-ZDF-fields.patch ];
});
Expand Down

0 comments on commit ae382bf

Please sign in to comment.