Compare commits

..

No commits in common. "d09f028d7849a031ddb3a2b80198f862cd1ec6c8" and "2dc607fd20a254549d0422deea3c8e03a30590cb" have entirely different histories.

4 changed files with 4 additions and 12 deletions

View File

@ -76,6 +76,7 @@ We end up with
# $ darwin-rebuild build --flake .#MacBook-Pro
darwinConfigurations."MacBook-Pro" =
nix-darwin.lib.darwinSystem {
system = "aarch64-darwin";
modules = [ ./configuration.nix ];
};
@ -255,6 +256,7 @@ Also the updated `flake.nix` is now
# $ darwin-rebuild build --flake .#MacBook-Pro
darwinConfigurations."MacBook-Pro" =
nix-darwin.lib.darwinSystem {
system = "aarch64-darwin";
modules = [
./configuration.nix
@ -507,6 +509,3 @@ This setup helps me share configuration with my other machines; they are just an
```
</details>
## Revisions
1. 28-03-2024: Removed [redundant `system` attribute](https://functional.cafe/@roberth/112162631890741471) -- Thx [@roberth@functional.cafe](https://functional.cafe/@roberth)

View File

@ -12,7 +12,7 @@ Currently tending infrastructure at [Voltus](https://voltus.co), previously at [
## Projects
Always building, seldom finishing
- <https://quotes.dbalan.in> — an opinionated minimal readwise.io clone ([source](https://code.planet-express.in/dbalan/quotes-api))
- <https://quotes.dbalan.in> — an opinionated minimal readwise.io clone ([source](https://git.planet-express.in/dbalan/quotes-api))
- <https://cookbook.dbalan.in> -- Recipe lists on cooking rotation, over-engineered this one to generate a static site from yaml spec ([source](https://github.com/dbalan/recipes)).
- <http://nossl.dbalan.in> -- Webpage with no TLS termination, a landing page for those nasty captive portal redirects.
- <https://github.com/NixOS/nixpkgs> — NixOS is my main daily driver, my frustrations sometimes result in patches.

View File

@ -25,7 +25,7 @@
<footer>
<p><a href="https://notwork.in/@notmycommit">Comments? toot me!</a></p>
<p>
<a href="https://code.planet-express.in/dbalan/blogng">Source Code</a> -
<a href="https://git.sr.ht/~dbalan/blogng">Source Code</a> -
<a href="https://jaspervdj.be/hakyll/"> built with hakyll</a> -
<a href="/atom.xml"> Atom Feed</a>
</p>

View File

@ -30,13 +30,6 @@
<a href="/changelog.html">changelog</a>
</p>
<p>
Want to become a better programmer?
<a
href="https://www.recurse.com/scout/click?t=7fa4273c56d752484c0e30d3fbb0d52a"
>Join the Recurse Center!</a
>
</p>
</footer>
</body>
</html>