update qrtr stuff
This commit is contained in:
parent
449f873faa
commit
ab682c1135
11
flake.lock
11
flake.lock
|
@ -376,15 +376,16 @@
|
||||||
"mobile-nixos": {
|
"mobile-nixos": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1720660935,
|
"lastModified": 1723661113,
|
||||||
"narHash": "sha256-GnDGoVaObUjnYdCHUSIYVE1anMElis+Pq+RY30LFlIk=",
|
"narHash": "sha256-8e39LDaSCuzF3KbFzrt4P4gDimgttvwpJ7W5SZjzewM=",
|
||||||
"owner": "NixOS",
|
"owner": "chayleaf",
|
||||||
"repo": "mobile-nixos",
|
"repo": "mobile-nixos",
|
||||||
"rev": "31704f8a55f5773c9b4e7adb7408a142d142e1f2",
|
"rev": "59d33e5fcf679b51a67414b350a1d834cb4a96fc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "chayleaf",
|
||||||
|
"ref": "update",
|
||||||
"repo": "mobile-nixos",
|
"repo": "mobile-nixos",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
mobile-nixos = {
|
mobile-nixos = {
|
||||||
url = "github:NixOS/mobile-nixos";
|
url = "github:chayleaf/mobile-nixos/update";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
osu-wine = {
|
osu-wine = {
|
||||||
|
|
|
@ -41,8 +41,8 @@ in {
|
||||||
src = pkgs.fetchFromGitLab {
|
src = pkgs.fetchFromGitLab {
|
||||||
owner = "sdm845-mainline";
|
owner = "sdm845-mainline";
|
||||||
repo = "alsa-ucm-conf";
|
repo = "alsa-ucm-conf";
|
||||||
rev = "9ed12836b269764c4a853411d38ccb6abb70b383";
|
rev = "aaa7889f7a6de640b4d78300e118457335ad16c0";
|
||||||
hash = "sha256-QvGZGLEmqE+sZpd15fHb+9+MmoD5zoGT+pYqyWZLdkM=";
|
hash = "sha256-2P5ZTrI1vCJ99BcZVPlkH4sv1M6IfAlaXR6ZjAdy4HQ=";
|
||||||
};
|
};
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
substituteInPlace ucm2/lib/card-init.conf --replace '"/bin' '"/run/current-system/sw/bin'
|
substituteInPlace ucm2/lib/card-init.conf --replace '"/bin' '"/run/current-system/sw/bin'
|
||||||
|
|
Loading…
Reference in a new issue