We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff59b10 commit 03df4a5Copy full SHA for 03df4a5
flake.nix
@@ -35,8 +35,7 @@
35
pkgs.installShellFiles
36
];
37
nativeCheckInputs = [ python.pkgs.pytestCheckHook ];
38
- doInstallCheck = true;
39
- installCheckPhase = "$out/bin/qbpm --help";
+ postInstallCheck = "$out/bin/qbpm --help";
40
postInstall = ''
41
_QBPM_COMPLETE=bash_source $out/bin/qbpm > completions/qbpm.bash
42
_QBPM_COMPLETE=zsh_source $out/bin/qbpm > completions/qbpm.zsh
0 commit comments