Johbo's Notes - Working on the Web
  • About Me
  • Archives

Using Nix in Docker to build Sphinx documents

Sun 15 April 2018 by Johannes Bornhold in nixos Tags nix / docker / container

Building PDF documents via Sphinx depends of LaTeX being available, this resulted in quite heavy container images which took also very long to build. Out of curiosity I tested to build a minimal Texlive environment based on Nix and got surprisingly nice results, both the image size and the build time dropped significantly.

more ...

Minikube setup on macOS

Sun 19 November 2017 by Johannes Bornhold in cloud Tags nix / kubernetes / osx

Installation of minikube on OSX via Nix.

more ...

NixOPS Defaults

Sat 18 November 2017 by Johannes Bornhold in nixos Tags nixops / nix

Quick note about the attribute "defaults" in a NixOPS network description.

more ...

NixCon 2017 - Wrap Up

Thu 02 November 2017 by Johannes Bornhold in event Tags nix / nixcon

My personal review of NixCon 2017 in Munich. It's about topics I discussed, people I did meet, experiences I made and a few thoughts which I took with me.

more ...

Building a NixOS container from macOS

Tue 31 October 2017 by Johannes Bornhold in nixos Tags nix / container

When experimenting with NixOS containers, it is sometimes quite nice to just build the container derivation and inspect the result. Being able to use the remote building features makes this even more convenient.

more ...

NixCon 2017 - Hackathon Day 2

Tue 31 October 2017 by Johannes Bornhold in event Tags nix / event

Wrap up of the second hackathon day after NixCon 2017.

more ...

Nixpkgs library discovery: remove

Tue 31 October 2017 by Johannes Bornhold in nixos Tags nix / library / nixpkgs / pip2nix

A quick example about how to use the library function remove to adjust a package's dependencies based on a given condition.

more ...

Remote building

Tue 31 October 2017 by Johannes Bornhold in nixos Tags nix / nixos / nixops / osx

Quick note about the needed bits to get remote building for Nix into a working state on OSX.

more ...

NixCon 2017 - Hackathon Day 1

Tue 31 October 2017 by Johannes Bornhold in event Tags nix / event

Wrap up of the first hackathon day after NixCon 2017.

more ...

Reproducible Development Environments with Nix

Sat 27 May 2017 by Johannes Bornhold in event Tags python / nix / develop

Export of the slides from my talk at PyConWEB 2017 about using Nix the purely functional package manager to get reproducible development environments.

more ...

  • «
  • 1
  • 2
  • 3
  • »
  • Social

    • mastodon
    • matrix
    • github
  • Categories

    • cloud
    • develop
    • event
    • hello
    • macos
    • nixos
    • tools

© 2018 Johannes Bornhold

Back to top