format
Some checks failed
Hydra packages.x86_64-linux.default Hydra build #48488 of flakes:matrix-media-expanded:packages.x86_64-linux.default
Hydra packages.x86_64-linux.matrix-media-expanded Hydra build #48492 of flakes:matrix-media-expanded:packages.x86_64-linux.matrix-media-expanded
Hydra checks.aarch64-darwin.treefmt Hydra build #48489 of flakes:matrix-media-expanded:checks.aarch64-darwin.treefmt
Hydra checks.x86_64-darwin.treefmt Hydra build #48491 of flakes:matrix-media-expanded:checks.x86_64-darwin.treefmt
Hydra checks.x86_64-linux.treefmt Hydra build #48493 of flakes:matrix-media-expanded:checks.x86_64-linux.treefmt
Hydra checks.aarch64-linux.treefmt Hydra build #48490 of flakes:matrix-media-expanded:checks.aarch64-linux.treefmt
Hydra packages.aarch64-linux.default Hydra build #48487 of flakes:matrix-media-expanded:packages.aarch64-linux.default
Hydra packages.aarch64-linux.matrix-media-expanded Hydra build #48494 of flakes:matrix-media-expanded:packages.aarch64-linux.matrix-media-expanded
Some checks failed
Hydra packages.x86_64-linux.default Hydra build #48488 of flakes:matrix-media-expanded:packages.x86_64-linux.default
Hydra packages.x86_64-linux.matrix-media-expanded Hydra build #48492 of flakes:matrix-media-expanded:packages.x86_64-linux.matrix-media-expanded
Hydra checks.aarch64-darwin.treefmt Hydra build #48489 of flakes:matrix-media-expanded:checks.aarch64-darwin.treefmt
Hydra checks.x86_64-darwin.treefmt Hydra build #48491 of flakes:matrix-media-expanded:checks.x86_64-darwin.treefmt
Hydra checks.x86_64-linux.treefmt Hydra build #48493 of flakes:matrix-media-expanded:checks.x86_64-linux.treefmt
Hydra checks.aarch64-linux.treefmt Hydra build #48490 of flakes:matrix-media-expanded:checks.aarch64-linux.treefmt
Hydra packages.aarch64-linux.default Hydra build #48487 of flakes:matrix-media-expanded:packages.aarch64-linux.default
Hydra packages.aarch64-linux.matrix-media-expanded Hydra build #48494 of flakes:matrix-media-expanded:packages.aarch64-linux.matrix-media-expanded
This commit is contained in:
parent
f5fda366a1
commit
a1d56f65ae
2 changed files with 114 additions and 114 deletions
17
flake.nix
17
flake.nix
|
@ -20,13 +20,13 @@
|
|||
inputs.flake-root.flakeModule
|
||||
inputs.mission-control.flakeModule
|
||||
];
|
||||
perSystem = {
|
||||
self',
|
||||
system,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
perSystem =
|
||||
{ self'
|
||||
, system
|
||||
, lib
|
||||
, config
|
||||
, pkgs
|
||||
, ...
|
||||
}: {
|
||||
# Our only Haskell project. You can have multiple projects, but this template
|
||||
# has only one.
|
||||
|
@ -65,7 +65,7 @@
|
|||
treefmt = config.treefmt.build.wrapper;
|
||||
}
|
||||
// config.treefmt.build.programs;
|
||||
hlsCheck.enable = true;
|
||||
hlsCheck.enable = false;
|
||||
};
|
||||
|
||||
# What should haskell-flake add to flake outputs?
|
||||
|
@ -137,7 +137,6 @@
|
|||
config.mission-control.devShell
|
||||
];
|
||||
};
|
||||
formatter = pkgs.alejandra;
|
||||
};
|
||||
flake = {
|
||||
hydraJobs = {
|
||||
|
|
|
@ -96,8 +96,8 @@ library
|
|||
import: shared
|
||||
exposed-modules:
|
||||
Codec.Multibase
|
||||
, Codec.Multibase.Error
|
||||
, Codec.Multibase.Identity
|
||||
Codec.Multibase.Error
|
||||
Codec.Multibase.Identity
|
||||
|
||||
executable matrix-media-expanded
|
||||
import: shared
|
||||
|
@ -107,16 +107,17 @@ test-suite test
|
|||
import: shared
|
||||
build-depends:
|
||||
, tasty
|
||||
, tasty-smallcheck
|
||||
, tasty-quickcheck
|
||||
, tasty-hunit
|
||||
, tasty-quickcheck
|
||||
, tasty-smallcheck
|
||||
|
||||
type: exitcode-stdio-1.0
|
||||
hs-source-dirs: test
|
||||
main-is: Test.hs
|
||||
ghc-options: -main-is Test
|
||||
other-modules:
|
||||
Codec.Multibase.Error
|
||||
, Codec.Multibase.Identity
|
||||
, Test.Codec
|
||||
, Test.Codec.Multibase
|
||||
, Test.Codec.Multibase.Identity
|
||||
Codec.Multibase.Identity
|
||||
Test.Codec
|
||||
Test.Codec.Multibase
|
||||
Test.Codec.Multibase.Identity
|
||||
|
|
Loading…
Reference in a new issue