diff options
| author | Seth Flynn <[email protected]> | 2025-02-04 18:23:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-04 18:23:07 -0500 |
| commit | e769f685b3a0a530a4e0c582d021861c5d612b4f (patch) | |
| tree | 739a5769adddc14c78d43dca3f300b4f3853859c /flake.nix | |
| parent | 01709ce23d6e5b234dfed67bd4845251da0a4c35 (diff) | |
moyai (#266)
* chill -> moyai
* license: update year
* treewide: update deps
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -38,7 +38,7 @@ { clippy-sarif = pkgs.stdenv.mkDerivation { name = "check-clippy-sarif"; - inherit (self.packages.${system}.chill-discord-bot) src cargoDeps; + inherit (self.packages.${system}.moyai-discord-bot) src cargoDeps; nativeBuildInputs = [ pkgs.cargo @@ -99,8 +99,9 @@ pkgs.redis ]; - inputsFrom = [ self.packages.${system}.chill-discord-bot ]; - RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}"; + inputsFrom = [ self.packages.${system}.moyai-discord-bot ]; + + RUST_SRC_PATH = toString pkgs.rustPlatform.rustLibSrc; }; ci = pkgs.mkShell { @@ -111,7 +112,7 @@ self.formatter.${system} ]; - inputsFrom = [ self.packages.${system}.chill-discord-bot ]; + inputsFrom = [ self.packages.${system}.moyai-discord-bot ]; }; } ); @@ -138,9 +139,9 @@ static-x86_64 = staticWith { arch = "x86_64"; }; static-aarch64 = staticWith { arch = "aarch64"; }; - chill-discord-bot = pkgs.callPackage ./nix/package.nix { inherit self; }; + moyai-discord-bot = pkgs.callPackage ./nix/package.nix { inherit self; }; - default = self.packages.${system}.chill-discord-bot; + default = self.packages.${system}.moyai-discord-bot; } ); }; |
