cherrykitten.dev/flake.nix
2024-03-26 12:21:42 +01:00

12 lines
163 B
Nix

{
description = "Zola based website";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
};
outputs = { self, nixpkgs }: {
};
}