mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: remove inline noweb-references
This does not work.
This commit is contained in:
parent
c1517c1ae1
commit
59c3cb77ae
3 changed files with 79 additions and 89 deletions
|
|
@ -367,13 +367,15 @@ This sections puts together the =flake.nix= file from the [[#h:d39b8dfb-536d-414
|
||||||
{
|
{
|
||||||
<<flakeoutputgeneral>>
|
<<flakeoutputgeneral>>
|
||||||
|
|
||||||
nixosConfigurations = <<flakenixosconf>>
|
nixosConfigurations =
|
||||||
|
<<flakenixosconf>>
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
<<flakehomeconf>>
|
<<flakehomeconf>>
|
||||||
};
|
};
|
||||||
|
|
||||||
darwinConfigurations = <<flakedarwinconf>>
|
darwinConfigurations =
|
||||||
|
<<flakedarwinconf>>
|
||||||
|
|
||||||
nixOnDroidConfigurations = {
|
nixOnDroidConfigurations = {
|
||||||
<<flakedroidconf>>
|
<<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
|
#+begin_src nix :tangle no :noweb-ref flakenixosconf
|
||||||
|
|
||||||
mkFullHostConfigs (readHosts "nixos") true;
|
mkFullHostConfigs (readHosts "nixos") true;
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** darwinConfigurations
|
** darwinConfigurations
|
||||||
:PROPERTIES:
|
: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.
|
=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
|
#+begin_src nix :tangle no :noweb-ref flakedarwinconf
|
||||||
|
|
||||||
mkFullHostConfigs (readHosts "darwin") false;
|
mkFullHostConfigs (readHosts "darwin") false;
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** homeConfigurations
|
** homeConfigurations
|
||||||
|
|
|
||||||
28
flake.nix
28
flake.nix
|
|
@ -230,8 +230,7 @@
|
||||||
|
|
||||||
|
|
||||||
nixosConfigurations =
|
nixosConfigurations =
|
||||||
nixosConfigurations = mkFullHostConfigs (readHosts "nixos") true;
|
mkFullHostConfigs (readHosts "nixos") true;
|
||||||
nixosConfigurations =
|
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
|
|
||||||
|
|
@ -243,22 +242,21 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
darwinConfigurations =
|
darwinConfigurations =
|
||||||
darwinConfigurations = mkFullHostConfigs (readHosts "darwin") false;
|
mkFullHostConfigs (readHosts "darwin") false;
|
||||||
darwinConfigurations =
|
|
||||||
|
|
||||||
nixOnDroidConfigurations = {
|
nixOnDroidConfigurations = {
|
||||||
|
|
||||||
magicant = inputs.nix-on-droid.lib.nixOnDroidConfiguration {
|
magicant = inputs.nix-on-droid.lib.nixOnDroidConfiguration {
|
||||||
pkgs = pkgsFor.aarch64-linux;
|
pkgs = pkgsFor.aarch64-linux;
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/magicant
|
./hosts/magicant
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
22
index.html
22
index.html
|
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<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 http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>SwarselSystems: NixOS + Emacs Configuration</title>
|
<title>SwarselSystems: NixOS + Emacs Configuration</title>
|
||||||
|
|
@ -353,7 +353,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -403,7 +403,7 @@ This section defines my Emacs configuration. For a while, I considered to use ry
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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>
|
</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
@ -962,8 +962,7 @@ This sections puts together the <code>flake.nix</code> file from the <a href="#h
|
||||||
|
|
||||||
|
|
||||||
nixosConfigurations =
|
nixosConfigurations =
|
||||||
nixosConfigurations = mkFullHostConfigs (readHosts "nixos") true;
|
mkFullHostConfigs (readHosts "nixos") true;
|
||||||
nixosConfigurations =
|
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
|
|
||||||
|
|
@ -978,8 +977,7 @@ This sections puts together the <code>flake.nix</code> file from the <a href="#h
|
||||||
};
|
};
|
||||||
|
|
||||||
darwinConfigurations =
|
darwinConfigurations =
|
||||||
darwinConfigurations = mkFullHostConfigs (readHosts "darwin") false;
|
mkFullHostConfigs (readHosts "darwin") false;
|
||||||
darwinConfigurations =
|
|
||||||
|
|
||||||
nixOnDroidConfigurations = {
|
nixOnDroidConfigurations = {
|
||||||
|
|
||||||
|
|
@ -1367,9 +1365,7 @@ Note: The preceding <code>nixosConfigurations</code> is found in <a href="#h:aee
|
||||||
|
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-nix">
|
<pre class="src src-nix">mkFullHostConfigs (readHosts "nixos") true;
|
||||||
mkFullHostConfigs (readHosts "nixos") true;
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -1387,9 +1383,7 @@ Note: The preceding <code>darwinConfigurations</code> is found in <a href="#h:ae
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-nix">
|
<pre class="src src-nix">mkFullHostConfigs (readHosts "darwin") false;
|
||||||
mkFullHostConfigs (readHosts "darwin") false;
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -14548,7 +14542,7 @@ Prints a reasuring message to proove good faith."
|
||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: Leon Schwarzäugl</p>
|
<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>
|
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue