Bundle files from web-files at build time.
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
type = "git";
|
||||
submodules = true;
|
||||
};
|
||||
web-files.url = "git+https://dev.danilafe.com/Nix-Configs/web-files.git";
|
||||
};
|
||||
|
||||
outputs = { self, blog-source, nixpkgs, flake-utils, katex-html, resume }:
|
||||
outputs = { self, blog-source, nixpkgs, flake-utils, katex-html, resume, web-files }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
lib = import ./lib.nix {
|
||||
@@ -20,6 +21,7 @@
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
katex-html = katex-html.defaultPackage.${system};
|
||||
resume = resume.defaultPackage.${system};
|
||||
web-files = web-files.defaultPackage.${system};
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user