treewide: remove variables from pkgs
This commit is contained in:
parent
741d67c4ec
commit
0f4ac759c6
38 changed files with 60 additions and 64 deletions
|
@ -6,7 +6,6 @@ rec {
|
|||
themes
|
||||
new-packages
|
||||
patches
|
||||
variables
|
||||
lib_extended
|
||||
];
|
||||
|
||||
|
@ -80,8 +79,6 @@ rec {
|
|||
}
|
||||
);
|
||||
|
||||
variables = (final: prev: { uservars = import ../user/variables.nix; });
|
||||
|
||||
lib_extended = (
|
||||
final: prev: {
|
||||
lib = prev.lib // rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue