feat(nix): add librechat module and enable for server
WARNING: This commit includes new files and secrets modifications.
This commit is contained in:
parent
16fb62f03b
commit
9e77ea8e65
7 changed files with 134 additions and 3 deletions
|
@ -15,6 +15,8 @@
|
|||
systems.url = "github:nix-systems/default";
|
||||
# nixos-unstable provides a binary cache for all packages.
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
# My fork for random shit
|
||||
rrvsh-nixpkgs.url = "github:rrvsh/nixpkgs/librechat-module";
|
||||
# home-manager manages our user packages and dotfiles
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue