2022-07-18 22:20:05 +00:00
|
|
|
{
|
|
|
|
description = "jfdic-ops deployment";
|
|
|
|
|
|
|
|
inputs = {
|
2022-07-21 06:08:50 +00:00
|
|
|
hakyll-skeleton = {
|
|
|
|
flake = false;
|
|
|
|
url = git+https://source.jfdic.org/jfdic/hakyll-skeleton/?ref=consensus;
|
|
|
|
};
|
2022-07-20 04:34:07 +00:00
|
|
|
jfdic-web = {
|
|
|
|
flake = false;
|
|
|
|
url = git+https://source.jfdic.org/JFDIC/jfdic-web/?ref=consensus;
|
|
|
|
};
|
2022-07-21 05:50:13 +00:00
|
|
|
resrok-web = {
|
|
|
|
flake = false;
|
|
|
|
url = git+https://source.jfdic.org/resrok/resrok-web/?ref=consensus;
|
|
|
|
};
|
2022-07-18 22:20:05 +00:00
|
|
|
nix.url = "github:NixOS/nix/?ref=2.10.3";
|
2022-07-19 04:05:08 +00:00
|
|
|
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-22.05;
|
2022-07-18 22:20:05 +00:00
|
|
|
nixpkgsUnstable.url = github:NixOS/nixpkgs/?ref=nixos-unstable;
|
|
|
|
utils.url = "github:numtide/flake-utils";
|
2022-07-21 06:00:18 +00:00
|
|
|
voc-web = {
|
|
|
|
flake = false;
|
|
|
|
url = git+https://source.jfdic.org/voc/voc-web/?ref=consensus;
|
|
|
|
};
|
2022-10-18 23:21:48 +00:00
|
|
|
colmena.url = "github:zhaofengli/colmena/?ref=v0.3.2";
|
2022-07-18 22:20:05 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
outputs = {...} @ args: import ./outputs.nix args;
|
|
|
|
}
|