fix stormd
This commit is contained in:
parent
985d584213
commit
1b1bd60f4b
9 changed files with 1296 additions and 28 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue