Skip to content

Commit 45bb158

Browse files
committed
Remove resolved TODO workarounds
1 parent 494bf6b commit 45bb158

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

home-manager/modules/obs-studio/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ in
3434
enable = true;
3535
plugins = with pkgs.obs-studio-plugins; [
3636
obs-pipewire-audio-capture
37-
38-
# TODO https://github.com/NixOS/nixpkgs/pull/382559
3937
# droidcam-obs
40-
4138
wlrobs
4239
# obs-vintage-filter
4340
# obs-teleport

home-manager/profiles/desktop/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161

6262
(audacious.override { withPlugins = true; })
6363

64-
# TODO https://github.com/NixOS/nixpkgs/issues/424928
65-
# strawberry
66-
6764
mpv
6865
# (mpv.override {
6966
# scripts = with pkgs.mpvScripts; [

overlays/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ self: super: {
4444
# inputs.nixpkgs-master.legacyPackages."${super.system}".intel-graphics-compiler;
4545

4646
# Override tpm2-pytss from master for all python versions
47-
# TODO https://github.com/NixOS/nixpkgs/issues/417992
47+
# https://github.com/NixOS/nixpkgs/issues/417992
4848
# python3 = super.python3.override {
4949
# packageOverrides = python-self: python-super: {
5050
# tpm2-pytss = inputs.nixpkgs-master.legacyPackages."${super.system}".python3Packages.tpm2-pytss;

0 commit comments

Comments
 (0)