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-09-25 01:36:49 +00:00
|
|
|
cosmicDesktop = {
|
|
|
|
url = github:lilyinstarlight/nixos-cosmic;
|
|
|
|
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
|
|
|
};
|
2024-08-24 11:57:40 +00:00
|
|
|
daedalus.url = github:input-output-hk/daedalus/?ref=6.0.0;
|
2024-08-25 14:57:23 +00:00
|
|
|
iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd;
|
2024-09-10 12:17:49 +00:00
|
|
|
nix.url = github:NixOS/nix/?ref=2.24.6;
|
2024-08-21 10:01:26 +00:00
|
|
|
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05;
|
2024-10-08 05:13:25 +00:00
|
|
|
nixpkgsUnstable.url = github:NixOS/nixpkgs;
|
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;
|
|
|
|
}
|