chore: remove inline noweb-references

This does not work.
This commit is contained in:
Swarsel 2024-12-11 00:01:57 +01:00
parent c1517c1ae1
commit 59c3cb77ae
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 79 additions and 89 deletions

View file

@ -367,13 +367,15 @@ This sections puts together the =flake.nix= file from the [[#h:d39b8dfb-536d-414
{
<<flakeoutputgeneral>>
nixosConfigurations = <<flakenixosconf>>
nixosConfigurations =
<<flakenixosconf>>
homeConfigurations = {
<<flakehomeconf>>
};
darwinConfigurations = <<flakedarwinconf>>
darwinConfigurations =
<<flakedarwinconf>>
nixOnDroidConfigurations = {
<<flakedroidconf>>
@ -725,9 +727,7 @@ Note: The preceding =nixosConfigurations= is found in [[#h:aee5ec75-7ca6-40d8-b6
#+begin_src nix :tangle no :noweb-ref flakenixosconf
mkFullHostConfigs (readHosts "nixos") true;
#+end_src
** darwinConfigurations
:PROPERTIES:
@ -740,9 +740,7 @@ Note: The preceding =darwinConfigurations= is found in [[#h:aee5ec75-7ca6-40d8-b
=3a272b1 feat!: dynamically create hosts=, and the deprecated system definitions removed in =7457109 main chore: remove deprecated static host config=. See those commits for a state with a simpler config.
#+begin_src nix :tangle no :noweb-ref flakedarwinconf
mkFullHostConfigs (readHosts "darwin") false;
#+end_src
** homeConfigurations

View file

@ -230,8 +230,7 @@
nixosConfigurations =
nixosConfigurations = mkFullHostConfigs (readHosts "nixos") true;
nixosConfigurations =
mkFullHostConfigs (readHosts "nixos") true;
homeConfigurations = {
@ -246,8 +245,7 @@
};
darwinConfigurations =
darwinConfigurations = mkFullHostConfigs (readHosts "darwin") false;
darwinConfigurations =
mkFullHostConfigs (readHosts "darwin") false;
nixOnDroidConfigurations = {

View file

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2024-12-10 Di 23:56 -->
<!-- 2024-12-11 Mi 00:05 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SwarselSystems: NixOS + Emacs Configuration</title>
@ -353,7 +353,7 @@
</div>
</div>
<p>
<b>This file has 50438 words spanning 13201 lines and was last revised on 2024-12-10 23:56:41 +0100.</b>
<b>This file has 50438 words spanning 13199 lines and was last revised on 2024-12-11 00:05:08 +0100.</b>
</p>
<p>
@ -403,7 +403,7 @@ This section defines my Emacs configuration. For a while, I considered to use ry
</p>
<p>
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-10 23:56:41 +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-11 00:05:08 +0100)
</p></li>
</ul>
@ -962,8 +962,7 @@ This sections puts together the <code>flake.nix</code> file from the <a href="#h
nixosConfigurations =
nixosConfigurations = mkFullHostConfigs (readHosts "nixos") true;
nixosConfigurations =
mkFullHostConfigs (readHosts "nixos") true;
homeConfigurations = {
@ -978,8 +977,7 @@ This sections puts together the <code>flake.nix</code> file from the <a href="#h
};
darwinConfigurations =
darwinConfigurations = mkFullHostConfigs (readHosts "darwin") false;
darwinConfigurations =
mkFullHostConfigs (readHosts "darwin") false;
nixOnDroidConfigurations = {
@ -1367,9 +1365,7 @@ Note: The preceding <code>nixosConfigurations</code> is found in <a href="#h:aee
<div class="org-src-container">
<pre class="src src-nix">
mkFullHostConfigs (readHosts "nixos") true;
<pre class="src src-nix">mkFullHostConfigs (readHosts "nixos") true;
</pre>
</div>
</div>
@ -1387,9 +1383,7 @@ Note: The preceding <code>darwinConfigurations</code> is found in <a href="#h:ae
</p>
<div class="org-src-container">
<pre class="src src-nix">
mkFullHostConfigs (readHosts "darwin") false;
<pre class="src src-nix">mkFullHostConfigs (readHosts "darwin") false;
</pre>
</div>
</div>
@ -14548,7 +14542,7 @@ Prints a reasuring message to proove good faith."
</div>
<div id="postamble" class="status">
<p class="author">Author: Leon Schwarzäugl</p>
<p class="date">Created: 2024-12-10 Di 23:56</p>
<p class="date">Created: 2024-12-11 Mi 00:05</p>
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>