Compare commits
3 Commits
2dc607fd20
...
d09f028d78
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d09f028d78 | ||
![]() |
f922e1ffca | ||
![]() |
a1d4ecb756 |
@ -76,7 +76,6 @@ We end up with
|
|||||||
# $ darwin-rebuild build --flake .#MacBook-Pro
|
# $ darwin-rebuild build --flake .#MacBook-Pro
|
||||||
darwinConfigurations."MacBook-Pro" =
|
darwinConfigurations."MacBook-Pro" =
|
||||||
nix-darwin.lib.darwinSystem {
|
nix-darwin.lib.darwinSystem {
|
||||||
system = "aarch64-darwin";
|
|
||||||
modules = [ ./configuration.nix ];
|
modules = [ ./configuration.nix ];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -256,7 +255,6 @@ Also the updated `flake.nix` is now
|
|||||||
# $ darwin-rebuild build --flake .#MacBook-Pro
|
# $ darwin-rebuild build --flake .#MacBook-Pro
|
||||||
darwinConfigurations."MacBook-Pro" =
|
darwinConfigurations."MacBook-Pro" =
|
||||||
nix-darwin.lib.darwinSystem {
|
nix-darwin.lib.darwinSystem {
|
||||||
system = "aarch64-darwin";
|
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
|
|
||||||
@ -509,3 +507,6 @@ This setup helps me share configuration with my other machines; they are just an
|
|||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## Revisions
|
||||||
|
|
||||||
|
1. 28-03-2024: Removed [redundant `system` attribute](https://functional.cafe/@roberth/112162631890741471) -- Thx [@roberth@functional.cafe](https://functional.cafe/@roberth)
|
||||||
|
@ -12,7 +12,7 @@ Currently tending infrastructure at [Voltus](https://voltus.co), previously at [
|
|||||||
## Projects
|
## Projects
|
||||||
Always building, seldom finishing
|
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)).
|
- <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.
|
- <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.
|
- <https://github.com/NixOS/nixpkgs> — NixOS is my main daily driver, my frustrations sometimes result in patches.
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<p><a href="https://notwork.in/@notmycommit">Comments? toot me!</a></p>
|
<p><a href="https://notwork.in/@notmycommit">Comments? toot me!</a></p>
|
||||||
<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="https://jaspervdj.be/hakyll/"> built with hakyll</a> -
|
||||||
<a href="/atom.xml"> Atom Feed</a>
|
<a href="/atom.xml"> Atom Feed</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -30,6 +30,13 @@
|
|||||||
|
|
||||||
<a href="/changelog.html">changelog</a>
|
<a href="/changelog.html">changelog</a>
|
||||||
</p>
|
</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>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user