Skip to content

Commit bb49677

Browse files
committed
Remove unused tests.nix
1 parent 80af527 commit bb49677

3 files changed

Lines changed: 1 addition & 41 deletions

File tree

tests/flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
flake-utils.lib.eachSystem ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"] (system:
77
let
88
pkgs = import nixpkgs { inherit system; };
9-
tests = pkgs.haskell.packages.ghc96.callPackage ./tests.nix {};
109
in
11-
rec {
10+
{
1211
devShells = {
1312
default = pkgs.mkShell {
1413
buildInputs = with pkgs; [
@@ -27,7 +26,6 @@
2726
};
2827

2928
packages = {
30-
inherit tests;
3129
inherit (pkgs) cabal2nix;
3230

3331
nixpkgsPath = pkgs.writeShellScriptBin "nixpkgsPath.sh" "echo -n ${pkgs.path}";
@@ -40,8 +38,6 @@
4038

4139
inherit (pkgs) direnv stack;
4240
};
43-
44-
defaultPackage = packages.tests;
4541
}
4642
);
4743
}

tests/generate.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/tests.nix

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)