reciproka-ops/flake.nix

33 lines
944 B
Nix
Raw Permalink Normal View History

2022-07-18 22:20:05 +00:00
{
description = "reciproka-ops deployment";
2022-07-18 22:20:05 +00:00
inputs = {
2023-06-01 23:29:20 +00:00
colmena.url = "github:zhaofengli/colmena/?ref=v0.4.0";
ragenix = {
url = "github:yaxitech/ragenix";
inputs.nixpkgs.follows = "nixpkgs";
};
2022-07-21 06:08:50 +00:00
hakyll-skeleton = {
flake = false;
url = git+https://reciproka.dev/reciproka/hakyll-skeleton/?ref=consensus;
2022-07-21 06:08:50 +00:00
};
reciproka-web = {
2022-07-20 04:34:07 +00:00
flake = false;
url = git+https://reciproka.dev/reciproka/reciproka-web/?ref=consensus;
2022-07-20 04:34:07 +00:00
};
2022-07-21 05:50:13 +00:00
resrok-web = {
flake = false;
url = git+https://reciproka.dev/resrok/resrok-web/?ref=consensus;
2022-07-21 05:50:13 +00:00
};
2024-06-05 11:51:48 +00:00
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.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://reciproka.dev/voc/voc-web/?ref=consensus;
2022-07-21 06:00:18 +00:00
};
2022-07-18 22:20:05 +00:00
};
outputs = {...} @ args: import ./outputs.nix args;
}