Revert "Adding gnugrep to cachix (#14)"

This reverts commit 415031b849.

It wasn't really needed actually.
This commit is contained in:
zimbatm 2021-02-10 10:36:16 +01:00
parent 415031b849
commit 7d21997381
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -4,7 +4,7 @@
}:
(docker-nixpkgs.nix.override {
nix = nix;
extraContents = [ cachix gnugrep ];
extraContents = [ cachix ];
}).overrideAttrs (prev: {
meta = (prev.meta or {}) // {
description = "Nix and Cachix image";