lol
This commit is contained in:
parent
f6cd5ed122
commit
e0ba4f1e6a
14
flake.lock
14
flake.lock
@ -23,11 +23,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1730200266,
|
||||
"narHash": "sha256-l253w0XMT8nWHGXuXqyiIC/bMvh1VRszGXgdpQlfhvU=",
|
||||
"lastModified": 1730531603,
|
||||
"narHash": "sha256-Dqg6si5CqIzm87sp57j5nTaeBbWhHFaVyG7V6L8k3lY=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "807e9154dcb16384b1b765ebe9cd2bba2ac287fd",
|
||||
"rev": "7ffd9ae656aec493492b44d0ddfb28e79a1ea25d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -52,11 +52,11 @@
|
||||
},
|
||||
"locked": {
|
||||
"dir": "packaging/nix",
|
||||
"lastModified": 1730219667,
|
||||
"narHash": "sha256-vNvV7p4LTYfPUG46Dt8ubPVJid4l4gEQRqU/ZV/sQR0=",
|
||||
"lastModified": 1730559589,
|
||||
"narHash": "sha256-o4NT2Kt7yEA63j38Ic5mrh2U/iQjs3YSNvIbCccIYP0=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "10a406962c27a5a7cf05eab4ae19072cfaa4f165",
|
||||
"revCount": 829,
|
||||
"rev": "70645c290dfc6ed10282bf4d2ae38c0bf7b1a3fb",
|
||||
"revCount": 830,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
||||
|
@ -22,12 +22,16 @@
|
||||
extraPackages = with pkgs; [
|
||||
# intel-media-driver
|
||||
# intel-vaapi-driver
|
||||
libvdpau-va-gl
|
||||
# libvdpau-va-gl
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
];
|
||||
# extraPackages32 = with pkgs.pkgsi686Linux; [
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [
|
||||
# intel-media-driver
|
||||
# intel-vaapi-driver
|
||||
#];
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
];
|
||||
|
||||
};
|
||||
nvidia = {
|
||||
|
Loading…
Reference in New Issue
Block a user