refactor(users/grfn): Rename gws.fyi -> web
Change-Id: Icdee0caa3a053958750d4b81853dbc3eee5b193a Reviewed-on: https://cl.tvl.fyi/c/depot/+/9973 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
parent
f3dea2ffbc
commit
1027754b86
11 changed files with 7 additions and 9 deletions
12
users/grfn/web/site.nix
Normal file
12
users/grfn/web/site.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
args@{ pkgs ? import <nixpkgs> { }, ... }:
|
||||
|
||||
let
|
||||
|
||||
orgExportHTML = import ./orgExportHTML.nix args;
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
index = orgExportHTML ./index.org;
|
||||
recipes = orgExportHTML ./recipes;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue