mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
fix: hm-module use self package
This commit is contained in:
parent
d2d8e7b01b
commit
9d78c83fa3
2 changed files with 3 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
];
|
||||
|
||||
flake = {
|
||||
hmModules.maomaowm = import ./nix/hm-modules.nix;
|
||||
hmModules.maomaowm = import ./nix/hm-modules.nix { inherit self; };
|
||||
nixosModules.maomaowm = import ./nix/nixos-modules.nix { inherit inputs self; };
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue