Skip to content

Commit

Permalink
bump nixpkgs to unstable
Browse files Browse the repository at this point in the history
To fix this error

```
error: failed to run custom build command for `openssl v0.10.57`
note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.

Caused by:
  could not execute process `/home/artturin/nixgits/ofborg/target/debug/build/openssl-50be1ff75d2ecef5/build-script-build` (never executed)

Caused by:
  No such file or directory (os error 2)
warning: build failed, waiting for other jobs to finish...
error: failed to run custom build command for `native-tls v0.2.11`
note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
```
  • Loading branch information
Artturin committed Oct 25, 2023
1 parent e1fcc24 commit 524b8ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-for-php.url = "github:nixos/nixpkgs/nixos-22.05";
};

Expand Down

0 comments on commit 524b8ae

Please sign in to comment.