hocker: Don't check package and wrap the binaries with PATH to nix

This commit is contained in:
Parnell Springmeyer
2017-12-02 09:20:22 -06:00
parent c1eb962516
commit 6c9de3f600
2 changed files with 34 additions and 5 deletions
@@ -1,11 +1,6 @@
{ config, pkgs, ... }:
{ nixpkgs.config.packageOverrides = pkgs': {
hello-world-container = pkgs'.callPackage ./hello-world-container.nix { };
haskellPackages = pkgs'.haskellPackages.override {
overrides = new: old: {
hocker = pkgs'.haskell.lib.dontCheck old.hocker;
};
};
};
virtualisation.docker = {