fix(pipewire): use NotAShelf fork of nix-gaming
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
e20758ea9c
commit
88d179c962
3 changed files with 9 additions and 8 deletions
10
flake.lock
generated
10
flake.lock
generated
|
@ -688,15 +688,15 @@
|
|||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1709045095,
|
||||
"narHash": "sha256-6PeSdkt9Ey2k6yrRBpTFgS3RxTjyhRHZlR8hhy38xfQ=",
|
||||
"owner": "fufexan",
|
||||
"lastModified": 1709124723,
|
||||
"narHash": "sha256-DXuMZKEsRhmgMKmWymFNSYqi1NhjPnO+JQ67UN+D8rw=",
|
||||
"owner": "NotAShelf",
|
||||
"repo": "nix-gaming",
|
||||
"rev": "75625623631c294604b48035db5d95fe8ff08ef3",
|
||||
"rev": "6e2db2c21be525330942380e2e839277574404fa",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "fufexan",
|
||||
"owner": "NotAShelf",
|
||||
"repo": "nix-gaming",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -133,7 +133,9 @@
|
|||
|
||||
nix-gaming = {
|
||||
type = "github";
|
||||
owner = "fufexan";
|
||||
# FIXME: https://github.com/fufexan/nix-gaming/issues/161
|
||||
# owner = "fufexan";
|
||||
owner = "NotAShelf";
|
||||
repo = "nix-gaming";
|
||||
};
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
alsa.enable = true;
|
||||
jack.enable = true;
|
||||
pulse.enable = true;
|
||||
# FIXME: https://github.com/fufexan/nix-gaming/issues/161
|
||||
lowLatency.enable = false;
|
||||
lowLatency.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue