reciproka-ops/flake.nix

34 lines
982 B
Nix
Raw Permalink Normal View History

2022-07-18 22:20:05 +00:00
{
description = "jfdic-ops deployment";
inputs = {
ragenix = {
url = "github:yaxitech/ragenix";
inputs.nixpkgs.follows = "nixpkgs";
};
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";
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-22.11;
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;
}