diff options
| author | Martin Fischer <martin@push-f.com> | 2026-05-16 20:17:33 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-05-17 10:25:46 +0200 |
| commit | 4f3062b02a871d3462633adeff8f813652bec216 (patch) | |
| tree | ccee5e9ce9065a919d127566d5c9ff614718a027 | |
| parent | 942391f26d2330388715fbee3bbb3da1ebfc8919 (diff) | |
deps: update hugo 0.152.2 -> 0.161.1
| -rw-r--r-- | nixos/profiles/workstation/create.nix | 4 | ||||
| -rw-r--r-- | 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 <top/npins>; @@ -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"; }; |
