From 4f3062b02a871d3462633adeff8f813652bec216 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 16 May 2026 20:17:33 +0200 Subject: deps: update hugo 0.152.2 -> 0.161.1 --- nixos/profiles/workstation/create.nix | 4 ++-- nixos/profiles/workstation/graphical.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/profiles/workstation/create.nix b/nixos/profiles/workstation/create.nix index 06dd72f..e0e4219 100644 --- a/nixos/profiles/workstation/create.nix +++ b/nixos/profiles/workstation/create.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, pkgs-unstable, ... }: let sources = import ; @@ -7,7 +7,7 @@ in environment.systemPackages = with pkgs; [ graphviz-nox # for dot - hugo + pkgs-unstable.hugo typst (inkscape-with-extensions.override { diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index 9c36db1..f356cda 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -20,7 +20,7 @@ serviceConfig = { Type = "simple"; WorkingDirectory = "%h/repos/notes"; - ExecStart = "${pkgs.hugo}/bin/hugo serve --port 1313"; + ExecStart = "/run/current-system/sw/bin/hugo serve --port 1313"; Restart = "on-failure"; RestartSec = "5s"; }; -- cgit v1.3.1