Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 071b746cba48096544c4c9c8d8bf34be41eb5b26 12 lines 251 B view raw
1#!/usr/bin/env bash 2 3# SPDX-FileCopyrightText: 2025 Norbert Melzer 4# SPDX-FileContributor: Norbert Melzer 5# 6# SPDX-License-Identifier: MIT 7 8watch_file flake.nix flake.lock package.json yarn.lock nix/*.nix 9 10use flake 11 12export AUGMENT_WORKSPACE="$(pwd)"