Skip to content

Commit

Permalink
deploy: 1e0d4d1
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 12, 2023
1 parent 5c957f5 commit 839c713
Show file tree
Hide file tree
Showing 35 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion -/all.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


<emaNoteFeedUrl></emaNoteFeedUrl>
<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
Binary file modified -/stork.st
Binary file not shown.
2 changes: 1 addition & 1 deletion -/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


<emaNoteFeedUrl></emaNoteFeedUrl>
<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion -/tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


<emaNoteFeedUrl></emaNoteFeedUrl>
<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
4 changes: 2 additions & 2 deletions en.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down Expand Up @@ -361,7 +361,7 @@ <h2 id='community' class='mt-6 mb-4 text-4xl font-bold text-gray-700 border-b-2'
<ul class='my-3 ml-6 space-y-1 list-disc'>

<li>
<a href='https://nixos.zulipchat.com/' class='text-green-600 hover:underline' data-linkicon='external' target='_blank' rel='noopener'>Zulip</a>: Zulip is an alamagam of “chat” and “forum”.
<a href='https://nixos.zulipchat.com/' class='text-green-600 hover:underline' data-linkicon='external' target='_blank' rel='noopener'>Zulip</a>: Zulip is a hybrid of “chat” and “forum”.
</li>

<li>
Expand Down
2 changes: 1 addition & 1 deletion en/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<link href='/en/blog.xml' rel='alternate' type='application/atom+xml' title='Atom Feed' />
<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
4 changes: 2 additions & 2 deletions en/blog/nix-rapid.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down Expand Up @@ -382,7 +382,7 @@ <h1 class='flex items-end justify-center mb-4 p-3 bg-green-100 text-5xl font-ext
<p class='mb-3'>
The goal of this mini-tutorial is to introduce you to <a href='en/nix' class='text-green-600 mavenLinkBold hover:underline' data-wikilink-type='WikiLinkTag'>Nix</a> as quickly as possible while also preparing the motivated learner to dive deeper into <a href='https://zero-to-nix.com/' class='text-green-600 hover:underline' data-linkicon='external' target='_blank' rel='noopener'>the whole Nix ecosystem</a>. At the end of this introduction, you will be able to create a <a href='en/flakes' class='text-green-600 mavenLinkBold hover:underline' data-wikilink-type='WikiLinkTag'>flake</a> for building a package and providing a developer environment shell.
</p>
<img class='inline mb-3' src='en/blog/rapid-nix.png' alt='/nix/store/1ma6zfgvmdlxzdp6xz4wdjivwi53iyga-092ay8hzvnk55mqadvxqgpy4cimfjsfb-source/en/blog/rapid-nix.png' style='width: inherit;' />
<img class='inline mb-3' src='en/blog/rapid-nix.png' alt='/nix/store/vq66zla5jblsshzz15jgfddx1chfzsb3-swjpbm8200ib487c9ww2wyf6l2s6s8z7-source/en/blog/rapid-nix.png' style='width: inherit;' />
<p class='mb-3'>
If you are already experienced in <a href='https://en.wikipedia.org/wiki/Purely_functional_programming' class='text-green-600 hover:underline' data-linkicon='external' target='_blank' rel='noopener'>purely functional programming</a>, it is highly recommended to read <a href='https://www.tweag.io/blog/2022-07-14-taming-unix-with-nix/' class='text-green-600 hover:underline' data-linkicon='external' target='_blank' rel='noopener'>Nix - taming Unix with functional programming</a> to gain a foundational perspective into Nix being purely functional but in the context of <em>file system</em> (as opposed to values stored in memory).
</p>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/nixify-haskell-project-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/direnv.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/drv.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/flake-parts.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/flakes.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/git.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/gotchas.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/gotchas/macos-upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/gotchas/new-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/gotchas/sqlite-corruption.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/haskell.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/home-manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/macos.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/nix-darwin.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/nix.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/nixos.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/nixpkgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/repl.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/tips/remote-cp.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/treefmt.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
2 changes: 1 addition & 1 deletion en/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down
10 changes: 5 additions & 5 deletions en/tutorial/nixos-install.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down Expand Up @@ -405,7 +405,7 @@ <h1 class='flex items-end justify-center mb-4 p-3 bg-green-100 text-5xl font-ext
<p class='mb-3'>
NixOS will boot into a graphical environment with the installer already running.
</p>
<div class='flex justify-center items-center mx-auto'><img class='inline mb-3' src='en/tutorial/nixos-installer.png' alt='/nix/store/1ma6zfgvmdlxzdp6xz4wdjivwi53iyga-092ay8hzvnk55mqadvxqgpy4cimfjsfb-source/en/tutorial/nixos-installer.png' style='width: inherit;' /></div>
<div class='flex justify-center items-center mx-auto'><img class='inline mb-3' src='en/tutorial/nixos-installer.png' alt='/nix/store/vq66zla5jblsshzz15jgfddx1chfzsb3-swjpbm8200ib487c9ww2wyf6l2s6s8z7-source/en/tutorial/nixos-installer.png' style='width: inherit;' /></div>
<p class='mb-3'>
Go through the installation wizard; it is fairly similar to other distros. Once NixOS install is complete, reboot into your new system. You will be greeted with a login screen.
</p>
Expand Down Expand Up @@ -516,7 +516,7 @@ <h2 id='edit' class='mt-6 mb-4 text-4xl font-bold text-gray-700 border-b-2'>Your
<p class='mb-3'>
This will take a few minutes to complete―as it will have to fetch neovim and its dependencies from the official <a href='en/cache' class='text-green-600 mavenLinkBold hover:underline' data-wikilink-type='WikiLinkNormal'>binary cache</a> (<code class='py-0.5 px-0.5 bg-gray-100'>cache.nixos.org</code>). Once it is done, you should expect to see something like this:
</p>
<div class='flex justify-center items-center mx-auto'><img class='inline mb-3' src='en/tutorial/nixos-rebuild-switch.png' alt='/nix/store/1ma6zfgvmdlxzdp6xz4wdjivwi53iyga-092ay8hzvnk55mqadvxqgpy4cimfjsfb-source/en/tutorial/nixos-rebuild-switch.png' style='width: inherit;' /></div>
<div class='flex justify-center items-center mx-auto'><img class='inline mb-3' src='en/tutorial/nixos-rebuild-switch.png' alt='/nix/store/vq66zla5jblsshzz15jgfddx1chfzsb3-swjpbm8200ib487c9ww2wyf6l2s6s8z7-source/en/tutorial/nixos-rebuild-switch.png' style='width: inherit;' /></div>
<p class='mb-3'>
You can confirm that neovim is installed by running <code class='py-0.5 px-0.5 bg-gray-100'>which nvim</code>:
</p>
Expand Down Expand Up @@ -691,7 +691,7 @@ <h2 id='edit' class='mt-6 mb-4 text-4xl font-bold text-gray-700 border-b-2'>Your
<p class='mb-3'>
If everything went well, you should see something like this:
</p>
<div class='flex justify-center items-center mx-auto'><img class='inline mb-3' src='en/tutorial/nixos-rebuild-switch-flake.png' alt='/nix/store/1ma6zfgvmdlxzdp6xz4wdjivwi53iyga-092ay8hzvnk55mqadvxqgpy4cimfjsfb-source/en/tutorial/nixos-rebuild-switch-flake.png' style='width: inherit;' /></div>
<div class='flex justify-center items-center mx-auto'><img class='inline mb-3' src='en/tutorial/nixos-rebuild-switch-flake.png' alt='/nix/store/vq66zla5jblsshzz15jgfddx1chfzsb3-swjpbm8200ib487c9ww2wyf6l2s6s8z7-source/en/tutorial/nixos-rebuild-switch-flake.png' style='width: inherit;' /></div>
<p class='mb-3'>
Excellent, now we have a flake-ified NixOS configuration that is pure and reproducible! Let’s store our whole configuration in a <a href='en/git' class='text-green-600 mavenLinkBold hover:underline' data-wikilink-type='WikiLinkNormal'>Git</a> repository.
</p>
Expand Down Expand Up @@ -808,7 +808,7 @@ <h2 id='git' class='mt-6 mb-4 text-4xl font-bold text-gray-700 border-b-2'>Store
<p class='mb-3'>
You have successfully installed NixOS. The entire system configuration is also stored in a Git repo, and can be reproduced at will during either a reinstallation or a new machine purchase. You can make changes to your configuration, commit them to Git, and push it to GitHub. Additionally we enabled <a href='en/flakes' class='text-green-600 mavenLinkBold hover:underline' data-wikilink-type='WikiLinkNormal'>Flakes</a> permanently, which means you can now use all the modern <code class='py-0.5 px-0.5 bg-gray-100'>nix</code> commands, such as running a package directly from <a href='en/nixpkgs' class='text-green-600 mavenLinkBold hover:underline' data-wikilink-type='WikiLinkNormal'>nixpkgs</a> (same version pinned in <code class='py-0.5 px-0.5 bg-gray-100'>flake.lock</code> file):
</p>
<div class='flex justify-center items-center mx-auto'><img class='inline mb-3' src='en/tutorial/nixos-pony.png' alt='/nix/store/1ma6zfgvmdlxzdp6xz4wdjivwi53iyga-092ay8hzvnk55mqadvxqgpy4cimfjsfb-source/en/tutorial/nixos-pony.png' style='width: inherit;' /></div><h2 id='up-next' class='mt-6 mb-4 text-4xl font-bold text-gray-700 border-b-2'>Up Next</h2>
<div class='flex justify-center items-center mx-auto'><img class='inline mb-3' src='en/tutorial/nixos-pony.png' alt='/nix/store/vq66zla5jblsshzz15jgfddx1chfzsb3-swjpbm8200ib487c9ww2wyf6l2s6s8z7-source/en/tutorial/nixos-pony.png' style='width: inherit;' /></div><h2 id='up-next' class='mt-6 mb-4 text-4xl font-bold text-gray-700 border-b-2'>Up Next</h2>
<p class='mb-3'>
In part 2 of this tutorial, we will use <a href='https://community.flake.parts/nixos-flake' class='text-green-600 hover:underline' data-linkicon='external' target='_blank' rel='noopener'>nixos-flake</a> for more convenience, as well as use <a href='en/home-manager' class='text-green-600 mavenLinkBold hover:underline' data-wikilink-type='WikiLinkNormal'>home-manager</a> (to manage home configuration). Then we’ll describe several common NixOS workflows.
</p>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@



<link href='tailwind.css?instanceId=cb56c7ca-bf43-4874-ae6e-ddddc8bcb9a9' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=76e61336-8cba-428f-b67f-67fbc488900f' rel='stylesheet' type='text/css' />

<style>
/* Heist error element */
Expand Down

0 comments on commit 839c713

Please sign in to comment.