mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
Revert "Adding gnugrep to cachix (#14)"
This reverts commit 415031b849.
It wasn't really needed actually.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user