Fix wrong line location

This commit is contained in:
BuyMyMojo 2025-04-05 10:42:25 +11:00
parent 9d94a103c1
commit d8bb3a2310
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 3 additions and 4 deletions

4
nixos/flake.lock generated
View file

@ -327,11 +327,11 @@
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-rADqSJu492bURPi5fmvPyeG1B5bV3k2hfGR+VfHn1Ig=", "narHash": "sha256-rADqSJu492bURPi5fmvPyeG1B5bV3k2hfGR+VfHn1Ig=",
"path": "/nix/store/s9ypyzhld942rdr1xawc4f643ab1jmdz-source/nixos/programs/shadps4", "path": "/nix/store/x28k0pbv2f4nmx7d8dkisb0zi19vq6cl-source/nixos/programs/shadps4",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/s9ypyzhld942rdr1xawc4f643ab1jmdz-source/nixos/programs/shadps4", "path": "/nix/store/x28k0pbv2f4nmx7d8dkisb0zi19vq6cl-source/nixos/programs/shadps4",
"type": "path" "type": "path"
} }
}, },

View file

@ -17,13 +17,12 @@ let
''; '';
in in
{ {
home.file."bin/wine".source = unstable.wineWowPackages.waylandFull;
home.packages = home.packages =
with unstable; with unstable;
with inputs; with inputs;
[ [
home.file."bin/wine".source = unstable.wineWowPackages.waylandFull;
unstable.wineWowPackages.waylandFull unstable.wineWowPackages.waylandFull
unstable.winetricks unstable.winetricks
]; ];