about summary refs log tree commit diff
path: root/pkgs-ng/system/user-environment.fix
blob: 5a46ed6f111a9e7774ac8c70d997af27052f5f04 (plain) (blame)
1
2
3
4
5
6
7
8
{system}: derivation
  { name = "user-environment"
  , system = system
  , builder = ./populate-linkdirs.pl
  , pkgs =
      [ ((import ./all-packages.fix) {system = system}).aterm
      ]
  }