Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Last active February 21, 2018 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/9698e4e92c3b005164abe296fde5c82d to your computer and use it in GitHub Desktop.
Save cleverca22/9698e4e92c3b005164abe296fde5c82d to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs: {
openssl = pkgs.libressl;
};
}
{ config, pkgs, ... }:
{
nixpkgs.config = import /home/clever/.config/nixpkgs/config.nix;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment