Initial commit: Quartz NixOS module as flake
- quartz.nix: NixOS module for Quartz static site hosting - flake.nix: Flake wrapper exposing nixosModules.quartz 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
commit
dc94f9d5bc
4 changed files with 316 additions and 0 deletions
10
flake.nix
Normal file
10
flake.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
description = "Quartz static site NixOS module";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
nixosModules.quartz = import ./quartz.nix;
|
||||
nixosModules.default = self.nixosModules.quartz;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue