12 lines
298 B
Nix
12 lines
298 B
Nix
|
{
|
||
|
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;
|
||
|
}
|