-
**Project description**
pedalboard is a Python library for working with audio: reading, writing, rendering, adding effects, and more. It supports most popular audio file formats and a number of commo…
-
Problem:
Running
```
$ nix flake new --template github:cairo-nix/cairo-nix myProject
$ cd myProject
$ nix develop
```
or simply
```
$ nix shell github:cairo-nix/cairo-nix
```
results in …
-
Currently image tag depends on which OS nix2container is executed on.
For example, with `flake.nix`:
```nix
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nix2…
-
### Describe the bug
Compilation using `bazel` in a `clang13Stdenv` environment fails.
Something similar shows up in Darwin, which as clang as default environment, but this is to demonstrate with …
-
In the last few days (specifically, this range: https://github.com/NixOS/nixpkgs/compare/038fb464fcfa79b4f08131b07f2d8c9a6bcc4160...c3392ad349a5227f4a3464dce87bcc5046692fce, between commits `038fb464f…
-
```
What steps will reproduce the problem?
use gcloud docker on a node which has docker 1.7 setup with some dockerhub
credentials allready registered
try to push to google docker registry
What is t…
-
**Project description**
`ungoogled-chromium` is already a nix package, but macOS is not supported. Nix is quite wonderful and powerful here -- as it is otherwise relatively challenging to produce a…
-
**Describe the bug**
Both a local package of mine and clj-kondo cannot build with graalvm8. The error is the same, but it occurs in a different file. I'm on `master`, but this has been happening …
-
**Describe the bug**
I am using nix and direnv to have a development environment for a rails application. My `shell.nix` looks like this:
```
with import {};
mkShell {
name = "env";
bui…
chooh updated
3 years ago
-
### Describe the bug
When running a native package, for example `node-rdkafka`, I get a failure to build.
It seems this is because nodejs_20 is built using a nix-provided gcc instead of the one ship…