use wine with wayland

This commit is contained in:
Artemis Tosini 2022-02-17 02:58:06 +00:00
parent 7f817d035c
commit d360900440
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 8 additions and 8 deletions

View file

@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1644193793, "lastModified": 1645010845,
"narHash": "sha256-ggCI5LCXwkUJQwjpkr9qDFbQMiK3JvAfeNR4Uy0ny5Q=", "narHash": "sha256-hO9X4PvxkSLMQnGGB7tOrKPwufhLMiNQMNXNwzLqneo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "521e4d7d13b09bc0a21976b9d19abd197d4e3b1e", "rev": "2128d0aa28edef51fd8fef38b132ffc0155595df",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1644225686, "lastModified": 1645036967,
"narHash": "sha256-XDslFfn44H93WjGytIhrPSduGIug1p4cPN/cEuHdIBI=", "narHash": "sha256-M3n0pUl4f77mjy5SiiQIqhdQlymQFyPgK49dK/vQNf0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "64cb9c78e14d0ffc9ee627772a972aa4b59bbfd8", "rev": "4c999b91a5fdef78c71d22cefedd4eac34aff5a7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: { config, pkgs, pkgs-unstable, lib, ... }:
let let
llvm = pkgs.llvmPackages_12; llvm = pkgs.llvmPackages_12;
in in
@ -148,6 +148,6 @@ in
# Wine and tools # Wine and tools
cabextract cabextract
samba samba
wineWowPackages.staging pkgs-unstable.wineWowPackages.waylandFull
])); ]));
} }