Move learn to website/learn
Nest the learn directory in the website directory.
This commit is contained in:
parent
95e761e59b
commit
1d5ab45303
5 changed files with 1 additions and 2 deletions
10
website/learn/default.nix
Normal file
10
website/learn/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "learn.wpcarro.dev";
|
||||
src = ./static;
|
||||
buildPhase = ''
|
||||
cp -R $src $out
|
||||
'';
|
||||
dontInstall = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue