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": {
|
"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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
unstable,
|
unstable,
|
||||||
gsr-ui,
|
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
unstable,
|
unstable,
|
||||||
inputs,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
|
gsr-ui,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue