Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kczulko committed Mar 12, 2024
1 parent 9229d0f commit 07a31ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
let
pkgs = import nixpkgs { inherit system; };

mkLinkerPath = {cc, ...}:
# let
# inherit (stdenv) cc;
# in
"${cc}/bin/${cc.targetPrefix}cc";

mkLinkerPath = {cc, ...}: "${cc}/bin/${cc.targetPrefix}cc";
in
{
devShells.default = with pkgs; mkShell {
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
channel = "nightly-2024-02-04"
components = [ "rustc" ]
targets = [ "x86_64-pc-windows-gnu", "aarch64-unknown-linux-gnu", "x86_64-pc-windows-gnu" ]
profile = "minimal"
profile = "minimal"

0 comments on commit 07a31ed

Please sign in to comment.