Commit Graph

4 Commits

Author SHA1 Message Date
Wolfgang Walther
e3244e9ff0
treewide: replace xxxFlagsArray with non-Array variant in nix code
The xxxFlagsArray variants were never meant to be used in nix code, at
least they can't be used properly without __structuredAttrs turned on.

If no spaces are passed in the argument the xxxFlagsArray can be
replaced as-is with the non-Array variant. When whitespace needs to be
passed, the derivation is additionally changed to enable
__structuredAttrs.
2024-08-19 23:28:13 +02:00
Sefa Eyeoglu
4da48aa680
xr-hardware: add update script
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-26 21:32:44 +01:00
Sefa Eyeoglu
ef0cd26be7
xr-hardware: unstable-2023-11-08 -> 1.1.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-26 21:26:07 +01:00
Sefa Eyeoglu
9003167522
xr-hardware: init at unstable-2023-11-08
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-02-23 14:25:15 +01:00