tv: stockholm dependencies are default

This commit is contained in:
tv 2017-03-07 23:24:31 +01:00
parent 490cee4a2f
commit c432c66461
4 changed files with 2 additions and 17 deletions

View File

@ -19,12 +19,6 @@ with import <stockholm/lib>;
../2configs/xserver
{
environment.systemPackages = with pkgs; [
# stockholm
gnumake
hashPassword
parallel
# root
cryptsetup

View File

@ -20,11 +20,6 @@ with import <stockholm/lib>;
{
environment.systemPackages = with pkgs; [
# stockholm
gnumake
hashPassword
#haskellPackages.lentil
parallel
# root
cryptsetup

View File

@ -25,12 +25,6 @@ with import <stockholm/lib>;
{
environment.systemPackages = with pkgs; [
# stockholm
gnumake
hashPassword
haskellPackages.lentil
parallel
# root
cryptsetup

View File

@ -38,6 +38,8 @@ with import <stockholm/lib>;
# stockholm dependencies
environment.systemPackages = with pkgs; [
git
gnumake
hashPassword
populate
];
}