mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
Make nix formatter happy
This commit is contained in:
parent
9bc4a75ad3
commit
2c70628874
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
packages.youmubot = pkgs.callPackage ./package.nix {};
|
packages.youmubot = pkgs.callPackage ./package.nix { };
|
||||||
|
|
||||||
defaultPackage = packages.youmubot;
|
defaultPackage = packages.youmubot;
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
};
|
};
|
||||||
}) // {
|
}) // {
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
youmubot = final.callPackage ./package.nix {};
|
youmubot = final.callPackage ./package.nix { };
|
||||||
};
|
};
|
||||||
# module
|
# module
|
||||||
nixosModules.default = import ./module.nix;
|
nixosModules.default = import ./module.nix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue