mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
also test nix-unstable
This commit is contained in:
parent
ba2b0a2b81
commit
e3d41d9c39
4 changed files with 16 additions and 9 deletions
|
|
@ -15,8 +15,12 @@
|
|||
{
|
||||
packages = {
|
||||
default = pkgs.callPackage ./default.nix { };
|
||||
test-runner = pkgs.callPackage ./test-runner.nix { };
|
||||
test-runner-unstable = pkgs.callPackage ./test-runner.nix { };
|
||||
test-runner-stable = pkgs.callPackage ./test-runner.nix {
|
||||
nixVersion = "stable";
|
||||
};
|
||||
test-runner-unstable = pkgs.callPackage ./test-runner.nix {
|
||||
nixVersion = "unstable";
|
||||
};
|
||||
};
|
||||
devShells.default = pkgs.callPackage ./shell.nix { };
|
||||
apps.test-runner = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue