Skip to content

Commit

Permalink
chore: bump nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Jan 3, 2025
1 parent 428b398 commit 56d2de0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 30 deletions.
39 changes: 11 additions & 28 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Torus Substrate development environment";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/24.05";
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay.url = "github:oxalica/rust-overlay";
pre-commit-hooks.url = "github:cachix/git-hooks.nix";
Expand Down Expand Up @@ -63,7 +63,9 @@
OPENSSL_INCLUDE_DIR = "${pkgs.openssl.dev}/include";
RUSTC_WRAPPER = "${pkgs.sccache}/bin/sccache";
RUST_BACKTRACE = "1";
} // nixpkgs.lib.optionalAttrs pkgs.stdenv.isLinux { JEMALLOC_OVERRIDE = "${pkgs.jemalloc}/lib/libjemalloc.so"; };
} // nixpkgs.lib.optionalAttrs pkgs.stdenv.isLinux {
JEMALLOC_OVERRIDE = "${pkgs.jemalloc}/lib/libjemalloc.so";
};
};
}
);
Expand Down

0 comments on commit 56d2de0

Please sign in to comment.