t2-iso-minimal: don't add vim to environment.systemPackages as it is installed by default

This commit is contained in:
kekrby 2022-10-18 21:18:36 +03:00
parent 96687496bd
commit b1b34f25a3

View file

@ -10,8 +10,4 @@
# ZFS is broken and prevents building without this
nixpkgs.config.allowBroken = true;
environment.systemPackages = with pkgs; [
vim
];
}