Skip to content

Commit

Permalink
enable hlsCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Aug 4, 2024
1 parent e056c25 commit 317abfc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
haskell-flake.url = "github:srid/haskell-flake";
flake-root.url = "github:srid/flake-root";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
check-flake.url = "github:srid/check-flake";
};

outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
Expand All @@ -13,6 +14,7 @@
imports = [
inputs.haskell-flake.flakeModule
inputs.flake-root.flakeModule
inputs.check-flake.flakeModule
];
perSystem = { self', system, lib, config, pkgs, ... }: {
apps.default.program = pkgs.writeShellApplication {
Expand Down Expand Up @@ -79,7 +81,7 @@
expat
;
};
hlsCheck.enable = false;
hlsCheck.enable = true;
};
};
};
Expand Down

0 comments on commit 317abfc

Please sign in to comment.