25 lines
831 B
Nix
25 lines
831 B
Nix
{
|
|
description = "mio-ops deployment";
|
|
|
|
inputs = {
|
|
cardano-node.url = "github:input-output-hk/cardano-node/?ref=1.35.7";
|
|
colmena.url = github:zhaofengli/colmena/?ref=v0.4.0;
|
|
cosmicDesktop = {
|
|
url = github:lilyinstarlight/nixos-cosmic;
|
|
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
|
};
|
|
daedalus.url = github:input-output-hk/daedalus/?ref=6.0.0;
|
|
iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd;
|
|
nix.url = github:NixOS/nix/?ref=2.24.6;
|
|
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05;
|
|
nixpkgsUnstable.url = github:NixOS/nixpkgs;
|
|
ragenix = {
|
|
url = github:yaxitech/ragenix;
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
utils.url = "github:numtide/flake-utils";
|
|
};
|
|
|
|
outputs = {...} @ args: import ./outputs.nix args;
|
|
}
|