/nix/libutil/

78eed9693c2b68ce490742e58c1efc13'>treecommitdiff
path: root/etc/snippets
AgeCommit message (Expand)Author
2022-01-19etc: Match define-public only at line start....The current regexp simply matches the first occurence, which more often than not points to the *previous* variable. * etc/snippets/text-mode/guix-commit-message-update-package ($1): Restrict match to beginning of line with optional indentation. Liliana Marie Prikler