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-12-04 00:23:17 +00:00
|
|
|
daedalus.url = github:input-output-hk/daedalus/?ref=6.0.2;
|
2024-12-04 00:25:52 +00:00
|
|
|
iohkNix.url = github:input-output-hk/iohk-nix/;
|
2024-12-04 00:36:34 +00:00
|
|
|
nix.url = github:NixOS/nix/?ref=2.25.3;
|
2024-12-02 01:37:24 +00:00
|
|
|
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.11;
|
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;
|
|
|
|
}
|