Remove unnecessary packages and cleanup.
This commit is contained in:
@@ -31,10 +31,5 @@
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
fileSystems."/data" = {
|
||||
device = "10.253.18.103:/data";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
imports = [ ./users.nix ./packages.nix ];
|
||||
}
|
||||
|
||||
@@ -12,6 +12,8 @@ in
|
||||
stdenv
|
||||
findutils
|
||||
coreutils
|
||||
patchelf
|
||||
binutils
|
||||
psmisc
|
||||
iputils
|
||||
nettools
|
||||
@@ -22,33 +24,11 @@ in
|
||||
zsh
|
||||
wget
|
||||
vimNox
|
||||
python
|
||||
file
|
||||
bc
|
||||
sshuttle
|
||||
nix-prefetch-git
|
||||
docker
|
||||
nix-home
|
||||
];
|
||||
devel = [
|
||||
git
|
||||
patchelf
|
||||
binutils
|
||||
gcc
|
||||
];
|
||||
dotnet = with dotnetPackages; [
|
||||
fsharp
|
||||
mono-addins
|
||||
mono
|
||||
Fake
|
||||
Paket
|
||||
];
|
||||
node = with nodePackages; [
|
||||
nodejs
|
||||
npm
|
||||
npm2nix
|
||||
yo
|
||||
gulp
|
||||
nix-prefetch-git
|
||||
nix-home
|
||||
];
|
||||
k8s = [
|
||||
ebtables
|
||||
@@ -56,9 +36,6 @@ in
|
||||
socat
|
||||
];
|
||||
in
|
||||
devel ++
|
||||
dotnet ++
|
||||
node ++
|
||||
k8s ++
|
||||
sys;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user