Remove the pre-defined environment.systemPackages in infra/common/default.nix #25

Open
opened 2024-11-21 12:11:33 +01:00 by Niols · 0 comments
Owner

As of today, infra/common/default.nix includes the following lines:

environment.systemPackages = with pkgs; [
(pkgs.vim_configurable.customize {
name = "vim";
vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
start = [ vim-nix ]; # load plugin on startup
};
vimrcConfig.customRC = ''
" your custom vimrc
set nocompatible
set backspace=indent,eol,start
" Turn on syntax highlighting by default
syntax on
" ...
'';
})
wget
subversion
];

I'm not happy with them and neither is @fricklerhandwerk. I would be up for removing them altogether. The machines are Nix-capable, so if this is for very rare use, one can just nix run nixpkgs#vim or something like that, anyway.

As of today, `infra/common/default.nix` includes the following lines: https://git.fediversity.eu/Fediversity/Fediversity/src/commit/d2638845d0f0edf78c20f2aef300cb05daa7a93d/infra/common/default.nix#L19-L36 I'm not happy with them and [neither is @fricklerhandwerk](https://git.fediversity.eu/Fediversity/Fediversity/pulls/22#issuecomment-3269). I would be up for removing them altogether. The machines are Nix-capable, so if this is for very rare use, one can just `nix run nixpkgs#vim` or something like that, anyway.
Niols added the
question
label 2024-11-21 12:11:33 +01:00
Sign in to join this conversation.
No labels
blocked
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Fediversity/Fediversity#25
No description provided.