mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Add repl completion test
This commit is contained in:
parent
ffe6ba69d6
commit
ebfada36a1
2 changed files with 41 additions and 0 deletions
|
@ -393,6 +393,7 @@
|
|||
in pkgs.buildPackages.runCommand "test-rl-next-release-notes" { } ''
|
||||
LANG=C.UTF-8 ${pkgs.changelog-d-nix}/bin/changelog-d ${./doc/manual/rl-next} >$out
|
||||
'';
|
||||
repl-completion = nixpkgsFor.${system}.native.callPackage ./tests/repl-completion.nix { };
|
||||
} // (lib.optionalAttrs (builtins.elem system linux64BitSystems)) {
|
||||
dockerImage = self.hydraJobs.dockerImage.${system};
|
||||
} // (lib.optionalAttrs (!(builtins.elem system linux32BitSystems))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue