From 20922a981b3161d41efd6505497167e2da8a0d7c Mon Sep 17 00:00:00 2001 From: kekrby Date: Wed, 26 Oct 2022 20:39:38 +0300 Subject: [PATCH] t2-iso-gnome: remove leftover --- nix/t2-iso-gnome.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nix/t2-iso-gnome.nix b/nix/t2-iso-gnome.nix index 72bca0d..b263bae 100644 --- a/nix/t2-iso-gnome.nix +++ b/nix/t2-iso-gnome.nix @@ -19,8 +19,4 @@ # ZFS is broken and prevents building without this nixpkgs.config.allowBroken = true; - - environment.systemPackages = with pkgs; [ - vim - ]; }