Fix missing gsr-ui input

This commit is contained in:
BuyMyMojo 2025-04-05 10:43:31 +11:00
parent d8bb3a2310
commit b497dc790f
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
3 changed files with 3 additions and 3 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/x28k0pbv2f4nmx7d8dkisb0zi19vq6cl-source/nixos/programs/shadps4", "path": "/nix/store/0ijaxggxca21kyv5qi8ndbmfnr8s40f7-source/nixos/programs/shadps4",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/x28k0pbv2f4nmx7d8dkisb0zi19vq6cl-source/nixos/programs/shadps4", "path": "/nix/store/0ijaxggxca21kyv5qi8ndbmfnr8s40f7-source/nixos/programs/shadps4",
"type": "path" "type": "path"
} }
}, },

View file

@ -2,7 +2,6 @@
config, config,
pkgs, pkgs,
unstable, unstable,
gsr-ui,
inputs, inputs,
... ...
}: }:

View file

@ -4,6 +4,7 @@
unstable, unstable,
inputs, inputs,
lib, lib,
gsr-ui,
... ...
}: }: