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