mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
refactor: make nix modules take package instead of entire self
This commit is contained in:
parent
df492dab6b
commit
70f3d20929
4 changed files with 20 additions and 9 deletions
|
|
@ -9,7 +9,7 @@ self: {
|
|||
|
||||
eval = lib.evalModules {
|
||||
modules = [
|
||||
(import module self)
|
||||
(import module self.packages.${pkgs.stdenv.hostPlatform.system}.default)
|
||||
{_module.check = false;}
|
||||
];
|
||||
specialArgs = {inherit pkgs;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue