flake: Update

This commit is contained in:
Jan Kremer 2024-07-13 13:56:43 +02:00
parent 10c92296c9
commit 0a2d131fcd
Signed by: jan
GPG key ID: A7DA689CB3B078EC
2 changed files with 10 additions and 19 deletions

View file

@ -1,7 +1,12 @@
{
description = "Hugo website";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.treefmt.url = "github:numtide/treefmt-nix";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
treefmt = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
{