refactor(rrv.sh): use rrv.sh flake instead of internal package
This commit is contained in:
parent
87f503352f
commit
7739f03bff
6 changed files with 55 additions and 24 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -46,7 +47,7 @@
|
|||
pages = [
|
||||
{
|
||||
domain = "rrv.sh";
|
||||
root = pkgs.pantheon."rrv.sh";
|
||||
root = inputs.rrv-sh.packages.x86_64-linux.default;
|
||||
}
|
||||
];
|
||||
proxies = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue