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

On demand Redis service for your development environment

Mon 30 January 2017 by Johannes Bornhold in tools Tags redis / nix

Howto start a Redis service ad-hoc thanks to nix-shell.

more ...

On demand PostgreSQL for your development environment

Sat 14 January 2017 by Johannes Bornhold in tools Tags postgresql / nix

A quick way how to run PostgreSQL in your development environment without any upfront setup work.

more ...

#Nix geht mehr!

Sat 26 November 2016 by Johannes Bornhold in nixos Tags nixos / nix / fun

My personal collection of Nix related jokes in German. Can't help myself, I still like those ;)

more ...

Update your node-env.nix for recent nixpkgs

Wed 09 November 2016 by Johannes Bornhold in nixos Tags node2nix / nix

Quick hints on getting your node2nix based environment updated for recent versions of nixpkgs.

more ...

Python development with Nix - an update

Wed 09 November 2016 by Johannes Bornhold in develop Tags nix / python / develop / pip2nix

Review on using Nix to manage development environments for Python projects.

more ...

Upgrading old NixOS machines

Tue 01 November 2016 by Johannes Bornhold in nixos Tags nixos / nix

Upgrading old NixOS machines can lead to a situation where the rebuild fails due to an unknown hash algorithm. This post shows a workaround to get started again.

more ...

Build a Nix derivation against a specific channel

Sun 18 September 2016 by Johannes Bornhold in nixos Tags nix / nix-build / nix-shell

Channels can play a tricky role when using the Nix package manager to manage development environments. Especially when one want to make sure that a derivation builds against multiple channels. This post shows how to quickly build a derivation against a different channel based on setting a URL into the include path for Nix.

more ...

List of all packages for Nix

Sun 18 September 2016 by Johannes Bornhold in nixos Tags nix / snippet

Having a list of all packages available in a simple text file is enough to get a good overview of available packages.

more ...

Environment for the Salesforce migration tool

Sat 17 September 2016 by Johannes Bornhold in develop Tags salesforce / nix / snippet

An example Nix snippet which provides the Salesforce migration tool inside of a shell environment based on the Nix package manager.

more ...

Nix based projects: Supporting two versions of fetchgit

Tue 09 August 2016 by Johannes Bornhold in nixos Tags nix

Allowing to use stable and unstable branches of nixpkgs when depending on fetchgit.

more ...

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

    • mastodon
    • matrix
    • github
  • Categories

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

© 2018 Johannes Bornhold

Back to top