Skip to content

Commit

Permalink
update flake.nix (#6200)
Browse files Browse the repository at this point in the history
Before I was getting
```
error: attribute 'targetPlatforms' missing
at /nix/store/dyzl40h25l04565n90psbhzgnc5vp2xr-source/pkgs/build-support/rust/build-rust-package/default.nix:162:7:
  161|       meta.platforms or lib.platforms.all
  162|       rustc.targetPlatforms;
     |       ^
  163|   };
```
This was probably an upstream issues as discussed in here
https://discourse.nixos.org/t/error-attribute-targetplatforms-missing-after-updating-inputs/54494

After this update it is fixed.
  • Loading branch information
Septias authored Nov 13, 2024
1 parent 19dc16d commit 9c0e932
Showing 1 changed file with 30 additions and 31 deletions.
61 changes: 30 additions & 31 deletions flake.lock

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

0 comments on commit 9c0e932

Please sign in to comment.