fix stormd

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-28 15:21:19 -06:00
parent 985d584213
commit 1b1bd60f4b
9 changed files with 1296 additions and 28 deletions

View file

@ -14,6 +14,8 @@
mods_de_cosmic.url = "../../modules/de_cosmic";
mods_de_cosmic.inputs.nixpkgs-stable.follows = "nixpkgs";
mods_de_cosmic.inputs.nixpkgs.follows = "nixpkgs";
mods_ros_neovim.url = "../../modules/neovim";
mods_row_stormd.url = "../../modules/stormd";
};
outputs =
@ -55,6 +57,7 @@
systemName = configuration_name;
allowUnfree = true;
primaryUser = "josh";
docker = true;
};
};
}