hakyll-skeleton/flake.nix

12 lines
298 B
Nix
Raw Normal View History

2022-07-22 05:41:43 +00:00
{
description = "JFDI Collective hakyll skeleton website";
inputs = {
haskellNix.url = "github:input-output-hk/haskell.nix";
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-22.05;
utils.url = "github:numtide/flake-utils";
};
outputs = {...} @ args: import ./outputs.nix args;
}