From 1edb1e105c40370a99a7b488bc898b054afdacc5 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Sat, 21 Dec 2024 04:43:00 +0100 Subject: [PATCH] fix: actually enable swarsel-rebuild --- SwarselSystems.org | 1 + index.html | 51 +++++++++++++++++++++++----------------------- pkgs/default.nix | 1 + 3 files changed, 28 insertions(+), 25 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index bf900b5..fa7dab9 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -2101,6 +2101,7 @@ Note: The structure of generating the packages was changed in commit =2cf03a3 re "github-notifications" "screenshare" "bootstrap" + "swarsel-rebuild" "swarsel-install" "t2ts" "ts2t" diff --git a/index.html b/index.html index d62b08a..f260e28 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + SwarselSystems: NixOS + Emacs Configuration @@ -237,7 +237,7 @@
  • 4.1.2. Virtual hosts @@ -275,12 +275,12 @@
  • 4.2.1.15. github-notifications
  • 4.2.1.16. screenshare
  • 4.2.1.17. bootstrap
  • -
  • 4.2.1.18. swarsel-rebuild
  • -
  • 4.2.1.19. swarsel-install
  • +
  • 4.2.1.18. swarsel-rebuild
  • +
  • 4.2.1.19. swarsel-install
  • 4.2.1.20. t2ts
  • 4.2.1.21. ts2t
  • -
  • 4.2.1.22. vershell
  • -
  • 4.2.1.23. eontimer
  • +
  • 4.2.1.22. vershell
  • +
  • 4.2.1.23. eontimer
  • 4.2.2. Overlays (additions, overrides, nixpkgs-stable)
  • @@ -683,7 +683,7 @@

    -This file has 57205 words spanning 14594 lines and was last revised on 2024-12-21 04:32:38 +0100. +This file has 57207 words spanning 14595 lines and was last revised on 2024-12-21 04:43:26 +0100.

    @@ -736,7 +736,7 @@ This section defines my Emacs configuration. For a while, I considered to use ry

    -My emacs is built using the emacs-overlay nix flake, which builds a bleeding edge emacs on wayland (pgtk) with utilities like treesitter support. By executing the below source block, the current build setting can be updated at any time, and you can see my most up-to-date build options (last updated: 2024-12-21 04:32:38 +0100) +My emacs is built using the emacs-overlay nix flake, which builds a bleeding edge emacs on wayland (pgtk) with utilities like treesitter support. By executing the below source block, the current build setting can be updated at any time, and you can see my most up-to-date build options (last updated: 2024-12-21 04:43:26 +0100)

    @@ -2649,8 +2649,8 @@ My server setup was originally built on Proxmox VE; back when I started, I creat I have removed most of the machines from this section. What remains are some hosts that I have deployed on OCI (mostly sync for medium-important data) and one other machine that I left for now as a reference.

    -
    -
    4.1.2.1. Toto (QEMU VM)
    +
    +
    4.1.2.1. Toto (QEMU VM)
    { self, inputs, outputs, config, pkgs, lib, ... }:
    @@ -2868,8 +2868,8 @@ in
     
    -
    -

    4.1.3. Utility hosts

    +
    +

    4.1.3. Utility hosts

    @@ -3044,8 +3044,8 @@ This is the "reference implementation" of a setup that runs without NixOS, only
    -
    -
    4.1.3.3. ChaosTheatre (Demo)
    +
    +
    4.1.3.3. ChaosTheatre (Demo)

    This is just a demo host. It applies all the configuration found in the common parts of the flake, but disables all secrets-related features (as they would not work without the proper SSH keys). @@ -3172,6 +3172,7 @@ let "github-notifications" "screenshare" "bootstrap" + "swarsel-rebuild" "swarsel-install" "t2ts" "ts2t" @@ -4114,8 +4115,8 @@ writeShellApplication {

    -
    -
    4.2.1.18. swarsel-rebuild
    +
    +
    4.2.1.18. swarsel-rebuild

    This program sets up a new NixOS host. @@ -4226,8 +4227,8 @@ writeShellApplication {

    -
    -
    4.2.1.19. swarsel-install
    +
    +
    4.2.1.19. swarsel-install

    This program sets up a new NixOS host. @@ -4410,8 +4411,8 @@ writeShellApplication {

    -
    -
    4.2.1.22. vershell
    +
    +
    4.2.1.22. vershell

    This script allows for quick git branch switching. @@ -4432,8 +4433,8 @@ writeShellApplication {

    -
    -
    4.2.1.23. eontimer
    +
    +
    4.2.1.23. eontimer

    This script allows for quick git branch switching. @@ -16553,7 +16554,7 @@ Prints a reasuring message to proove good faith."

    Author: Leon Schwarzäugl

    -

    Created: 2024-12-21 Sa 04:32

    +

    Created: 2024-12-21 Sa 04:43

    Validate

    diff --git a/pkgs/default.nix b/pkgs/default.nix index 38f4e24..2e02ba0 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -17,6 +17,7 @@ let "github-notifications" "screenshare" "bootstrap" + "swarsel-rebuild" "swarsel-install" "t2ts" "ts2t"