Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-19 18:52:27 +00:00
committed by GitHub
89 changed files with 4013 additions and 339 deletions
+3 -5
View File
@@ -1,5 +1,3 @@
{ pkgs ? import ../. {} }:
(import ./default.nix {}).overrideAttrs (x: {
buildInputs = x.buildInputs ++ [ pkgs.xmloscopy pkgs.ruby ];
})
{ pkgs ? import ../. { } }:
(import ./default.nix { }).overrideAttrs
(x: { buildInputs = (x.buildInputs or [ ]) ++ [ pkgs.xmloscopy pkgs.ruby ]; })