fix(pipewire.lowLatency): change nix-gaming input repo #TEMP

This commit is contained in:
ooks-io 2024-02-29 23:19:23 +13:00
parent 75d0ce4585
commit 14788606df
4 changed files with 11 additions and 8 deletions

10
flake.lock generated
View file

@ -672,15 +672,15 @@
"nixpkgs": "nixpkgs_5" "nixpkgs": "nixpkgs_5"
}, },
"locked": { "locked": {
"lastModified": 1709168939, "lastModified": 1709172715,
"narHash": "sha256-btWt7NRsA8Hysgin5su77nIdmZZbxsKW5qqyj/bBlF0=", "narHash": "sha256-UNxQ6dR5gK6CEJumKhnqdyoHpMMjr+yl92VSZ8Hgll8=",
"owner": "fufexan", "owner": "NotAShelf",
"repo": "nix-gaming", "repo": "nix-gaming",
"rev": "22586cc4910284c9c7306f19dcd63ac0adbcbcc9", "rev": "0a3ff7911bada339d842ed87e7543b25e645fa1b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "fufexan", "owner": "NotAShelf",
"repo": "nix-gaming", "repo": "nix-gaming",
"type": "github" "type": "github"
} }

View file

@ -61,8 +61,10 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-gaming.url = "github:fufexan/nix-gaming"; nix-gaming = {
#NEEDFIX:url = "github:fufexan/nix-gaming";
url ="github:NotAShelf/nix-gaming";
};
ssbm-nix = { ssbm-nix = {
url = "github:djanatyn/ssbm-nix"; url = "github:djanatyn/ssbm-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -13,6 +13,7 @@ in
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
jack.enable = true; jack.enable = true;
wireplumber.enable = true;
}; };
}; };
} }

View file

@ -52,7 +52,7 @@ in
}; };
}; };
}; };
# services.pipewire.lowLatency.enable = true; services.pipewire.lowLatency.enable = true;
nixpkgs.overlays = [ nixpkgs.overlays = [
(_: prev: { (_: prev: {