hocker: Don't check package and wrap the binaries with PATH to nix
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user