Skip to content

Commit

Permalink
Merge pull request #603 from emsquid/patch-1
Browse files Browse the repository at this point in the history
nix: fix unsupportedSystem for gpu-screen-recorder
  • Loading branch information
orangci authored Dec 24, 2024
2 parents 65140db + 27f2df3 commit f26ea6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
pkgs.glib
pkgs.bluez-tools
pkgs.grimblast
pkgs.gpu-screen-recorder
pkgs.brightnessctl
pkgs.gnome-bluetooth
(pkgs.python3.withPackages (python-pkgs: with python-pkgs; [
Expand All @@ -67,7 +66,7 @@
pkgs.gvfs
pkgs.swww
pkgs.pywal
];
] ++ (nixpkgs.lib.optionals (system == "x86_64-linux") [pkgs.gpu-screen-recorder]);
};
});

Expand Down

0 comments on commit f26ea6c

Please sign in to comment.