Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-05-14 01:40:09 +02:00
46 changed files with 274 additions and 121 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ in
pkgs.mkShell {
name = "nixos-manual";
buildInputs = with pkgs; [ xmlformat jing xmloscopy ruby ];
packages = with pkgs; [ xmlformat jing xmloscopy ruby ];
}