Fix missing gsr-ui input
This commit is contained in:
parent
d8bb3a2310
commit
b497dc790f
3 changed files with 3 additions and 3 deletions
4
nixos/flake.lock
generated
4
nixos/flake.lock
generated
|
@ -327,11 +327,11 @@
|
|||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-rADqSJu492bURPi5fmvPyeG1B5bV3k2hfGR+VfHn1Ig=",
|
||||
"path": "/nix/store/x28k0pbv2f4nmx7d8dkisb0zi19vq6cl-source/nixos/programs/shadps4",
|
||||
"path": "/nix/store/0ijaxggxca21kyv5qi8ndbmfnr8s40f7-source/nixos/programs/shadps4",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "/nix/store/x28k0pbv2f4nmx7d8dkisb0zi19vq6cl-source/nixos/programs/shadps4",
|
||||
"path": "/nix/store/0ijaxggxca21kyv5qi8ndbmfnr8s40f7-source/nixos/programs/shadps4",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
config,
|
||||
pkgs,
|
||||
unstable,
|
||||
gsr-ui,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
unstable,
|
||||
inputs,
|
||||
lib,
|
||||
gsr-ui,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue