clouvider-fra01: remove old mercurial package

This commit is contained in:
Luke Granger-Brown 2020-05-31 21:23:47 +01:00
parent 1e3821be14
commit dd59e9afed

View file

@ -77,7 +77,6 @@ in {
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
mercurial
rebuilder rebuilder
]; ];