diff options
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | flake.nix | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -44,3 +44,4 @@ envconfig_derive = "^0.8" default-features = false features = ["builder", "cache", "client", "framework", "gateway", "http", "model", "utils", "voice", "standard_framework", "rustls_backend"] git = "https://github.com/mammothbane/serenity" +branch = "master" @@ -58,9 +58,8 @@ src = pkgs.lib.cleanSource ./.; - cargoBuildOptions = old: old ++ [ "--offline" ]; - buildInputs = deps; + remapPathPrefix = true; }; in { |
