From b7a364a86aa33a90c15efa7d68e77e1254783949 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 2 Jun 2017 08:33:49 -0400 Subject: Add new web root. --- config/orbekk-pkgs.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/orbekk-pkgs.nix (limited to 'config/orbekk-pkgs.nix') diff --git a/config/orbekk-pkgs.nix b/config/orbekk-pkgs.nix new file mode 100644 index 0000000..646a49f --- /dev/null +++ b/config/orbekk-pkgs.nix @@ -0,0 +1,10 @@ +# Requires something like this in nixPath: +# "orbekk=https://hydra.orbekk.com/project/orbekk-projects/channel/latest/nixexprs.tar.bz2" +{ config, lib, pkgs, ... }: +let + orbekkPkgs = import {}; +in +{ + nixpkgs.config.packageOverrides = pkgs: { + } // orbekkPkgs; +} \ No newline at end of file -- cgit v1.2.3