fix(pipewire): use NotAShelf fork of nix-gaming
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-28 11:28:27 -05:00
parent e20758ea9c
commit 88d179c962
3 changed files with 9 additions and 8 deletions

View file

@ -688,15 +688,15 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1709045095, "lastModified": 1709124723,
"narHash": "sha256-6PeSdkt9Ey2k6yrRBpTFgS3RxTjyhRHZlR8hhy38xfQ=", "narHash": "sha256-DXuMZKEsRhmgMKmWymFNSYqi1NhjPnO+JQ67UN+D8rw=",
"owner": "fufexan", "owner": "NotAShelf",
"repo": "nix-gaming", "repo": "nix-gaming",
"rev": "75625623631c294604b48035db5d95fe8ff08ef3", "rev": "6e2db2c21be525330942380e2e839277574404fa",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "fufexan", "owner": "NotAShelf",
"repo": "nix-gaming", "repo": "nix-gaming",
"type": "github" "type": "github"
} }

View file

@ -133,7 +133,9 @@
nix-gaming = { nix-gaming = {
type = "github"; type = "github";
owner = "fufexan"; # FIXME: https://github.com/fufexan/nix-gaming/issues/161
# owner = "fufexan";
owner = "NotAShelf";
repo = "nix-gaming"; repo = "nix-gaming";
}; };

View file

@ -8,7 +8,6 @@
alsa.enable = true; alsa.enable = true;
jack.enable = true; jack.enable = true;
pulse.enable = true; pulse.enable = true;
# FIXME: https://github.com/fufexan/nix-gaming/issues/161 lowLatency.enable = true;
lowLatency.enable = false;
}; };
} }