tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/profiles/base: remove duplicate systemPackages
Izorkin
3 years ago
0367cc8b
fcb7bdf4
+1
-3
1 changed file
expand all
collapse all
unified
split
nixos
modules
profiles
base.nix
+1
-3
nixos/modules/profiles/base.nix
···
1
1
# This module defines the software packages included in the "minimal"
2
2
-
# installation CD. It might be useful elsewhere.
2
2
+
# installation CD. It might be useful elsewhere.
3
3
4
4
{ config, lib, pkgs, ... }:
5
5
···
17
17
pkgs.ddrescue
18
18
pkgs.ccrypt
19
19
pkgs.cryptsetup # needed for dm-crypt volumes
20
20
-
pkgs.mkpasswd # for generating password files
21
20
22
21
# Some text editors.
23
22
(pkgs.vim.customize {
···
32
31
pkgs.fuse
33
32
pkgs.fuse3
34
33
pkgs.sshfs-fuse
35
35
-
pkgs.rsync
36
34
pkgs.socat
37
35
pkgs.screen
38
36
pkgs.tcpdump