Compare commits
2 commits
79c4067f67
...
93612ad1ff
Author | SHA1 | Date | |
---|---|---|---|
|
93612ad1ff | ||
|
0691009430 |
|
@ -20,8 +20,8 @@
|
|||
url = "github:nixified-ai/flake";
|
||||
};
|
||||
website = {
|
||||
url = "git+https://git.tfcconnection.org/TFC/tfcconnection";
|
||||
# url = "path:/tfcconnection";
|
||||
# url = "git+https://git.tfcconnection.org/TFC/tfcconnection";
|
||||
url = "path:/tfcconnection";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
|
@ -44,7 +44,7 @@
|
|||
pkgsForSystem = import nixpkgs {
|
||||
inherit system;
|
||||
config = { allowUnfree = true; };
|
||||
overlays = [ (final: prev: { website = website.packages.${system}.default; }) ];
|
||||
# overlays = [ (final: prev: { website = website.packages.${system}.default; }) ];
|
||||
};
|
||||
|
||||
lib = nixpkgs.lib;
|
||||
|
|
|
@ -19,7 +19,7 @@ in
|
|||
../../modules/searx.nix
|
||||
../../modules/mail.nix
|
||||
../../modules/vaultwarden.nix
|
||||
../../modules/website.nix
|
||||
# ../../modules/website.nix
|
||||
../../modules/grist.nix
|
||||
../../modules/keycloak.nix
|
||||
# ../../modules/comfyui.nix
|
||||
|
|
Loading…
Reference in a new issue