mio-ops/flake.nix

21 lines
727 B
Nix
Raw Normal View History

2023-07-20 03:48:15 +00:00
{
description = "mio-ops deployment";
inputs = {
2023-08-03 11:29:09 +00:00
cardano-node.url = "github:input-output-hk/cardano-node/?ref=1.35.7";
2024-08-23 07:50:00 +00:00
colmena.url = github:zhaofengli/colmena/?ref=v0.4.0;
2024-08-24 11:57:40 +00:00
daedalus.url = github:input-output-hk/daedalus/?ref=6.0.0;
2023-08-03 11:29:09 +00:00
iohkNix.url = "github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd";
2024-08-22 01:33:51 +00:00
nix.url = "github:NixOS/nix/?ref=2.24.3";
2024-08-21 10:01:26 +00:00
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05;
2023-07-20 03:48:15 +00:00
nixpkgsUnstable.url = github:NixOS/nixpkgs/?ref=nixos-unstable;
2024-08-23 10:07:08 +00:00
ragenix = {
url = github:yaxitech/ragenix;
inputs.nixpkgs.follows = "nixpkgs";
};
2023-07-20 03:48:15 +00:00
utils.url = "github:numtide/flake-utils";
};
outputs = {...} @ args: import ./outputs.nix args;
}