Nixos

Tag: Nixos

Using Custom Packages in NixOs Configuration File

Here is a problem we encountered with NixOS:

The nix-channel we were on didn’t have the latest version of something we needed. This happened recently when my coworker upgraded to Postgres 9.5 from 9.4 but the PostGIS version in nixpkgs hadn’t been updated to a 9.5 compatible version.

Read more...