hakyll-skeleton/flake.nix

12 lines
298 B
Nix
Raw Normal View History

2022-07-22 05:41:43 +00:00
{
description = "Reciproka Kolektivo hakyll skeleton website";
2022-07-22 05:41:43 +00:00
inputs = {
haskellNix.url = "github:input-output-hk/haskell.nix";
2024-10-28 12:03:05 +00:00
nixpkgs.follows = "haskellNix/nixpkgs-unstable";
2022-07-22 05:41:43 +00:00
utils.url = "github:numtide/flake-utils";
};
outputs = {...} @ args: import ./outputs.nix args;
}