Skip to content

Commit

Permalink
Update nixpkgs and crane
Browse files Browse the repository at this point in the history
nixpkgs update is to get latest redis and crane had to be updated
because otherwise we get:
```sh
> error: output file
/build/hw9n9iy0pniajp7hz9glfhjcxcvh9fvf-source/target/release/deps/libopenssl_sys-4a50bfca2de70625.rmeta
is not writeable -- check its permissions       >       > error: could
not compile `openssl-sys` (lib) due to previous error
```
  • Loading branch information
shivaraj-bh committed Nov 19, 2024
1 parent 7bf45b8 commit e25ab48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 96 deletions.
108 changes: 13 additions & 95 deletions flake.lock

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

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Rust
rust-overlay.url = "github:oxalica/rust-overlay";
crane.url = "github:ipetkov/crane";
crane.inputs.nixpkgs.follows = "nixpkgs";

# Dev tools
treefmt-nix.url = "github:numtide/treefmt-nix";
Expand Down

0 comments on commit e25ab48

Please sign in to comment.