nix flake check fixes
This commit is contained in:
parent
88e0238d56
commit
201b3eb1a8
3 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
- run: nix flake archive
|
- run: nix flake archive
|
||||||
|
|
||||||
- run: nix flake check
|
- run: nix flake check --verbose --log-format raw
|
||||||
|
|
||||||
- name: teardown ssh
|
- name: teardown ssh
|
||||||
if: always()
|
if: always()
|
||||||
|
|
|
@ -131,7 +131,7 @@ with lib;
|
||||||
${pkgs.less}/bin/less
|
${pkgs.less}/bin/less
|
||||||
'')
|
'')
|
||||||
|
|
||||||
] ++ (map pandocScript (lib.cartesianProductOfSets {
|
] ++ (map pandocScript (lib.cartesianProduct{
|
||||||
inputFormat = [ "man" "markdown" "mediawiki" "asciidoc" ];
|
inputFormat = [ "man" "markdown" "mediawiki" "asciidoc" ];
|
||||||
outputFormat = [ "mediawiki" "docbook5" "html5" "man" "jira" "markdown" ];
|
outputFormat = [ "mediawiki" "docbook5" "html5" "man" "jira" "markdown" ];
|
||||||
}));
|
}));
|
||||||
|
|
|
@ -41,5 +41,6 @@
|
||||||
# set vim to the default editor
|
# set vim to the default editor
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
programs.vim.defaultEditor = true;
|
programs.vim.defaultEditor = true;
|
||||||
|
programs.vim.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue