Compare commits

..

3 Commits

Author SHA1 Message Date
Dhananjay Balan
d09f028d78 about-pages: add rc scout 2024-10-27 13:15:23 +01:00
Dhananjay Balan
f922e1ffca Update the link to source code. 2024-03-28 15:33:51 +01:00
Dhananjay Balan
a1d4ecb756 [nix] add revision, fix code 2024-03-28 15:32:27 +01:00
4 changed files with 12 additions and 4 deletions

View File

@ -76,7 +76,6 @@ We end up with
# $ darwin-rebuild build --flake .#MacBook-Pro
darwinConfigurations."MacBook-Pro" =
nix-darwin.lib.darwinSystem {
system = "aarch64-darwin";
modules = [ ./configuration.nix ];
};
@ -256,7 +255,6 @@ 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
@ -509,3 +507,6 @@ 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://git.planet-express.in/dbalan/quotes-api))
- <https://quotes.dbalan.in> — an opinionated minimal readwise.io clone ([source](https://code.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://git.sr.ht/~dbalan/blogng">Source Code</a> -
<a href="https://code.planet-express.in/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,6 +30,13 @@
<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>