-
**Describe the bug**
I am trying to follow the example under [Running Artifacts](https://devenv.sh/containers/#running-artifacts) to generate a container for a small Loco.rs project. Unfortunately,…
-
the depthai packages are failing to build because they try to download dependencies to /homeless-shelter
```
ros-humble-depthai> -- Generating new toolchain...
ros-humble-depthai> -- Using toolch…
-
It's currently not possible to check if GC is running to prevent race conditions outside Nix (for example in Cachix).
Ideally, there would be a way to do that via file locking or something better t…
-
I wanted to use ghcid for a long time, tried it a few times, but gave up. Couldn't make it work.
With help of @roberth I've managed to get it working today with stack and long-running daemon:
``…
-
See https://github.com/cachix/cachix/issues/344#issuecomment-721218255 for motivation.
-
After setting
```nix
{
services.cachix-watch-store = {
cacheName = "[removed]";
cachixTokenFile = "${config.users.users.default.home}/.config/cachix/token.txt";
enable = true;
…
l0b0 updated
11 months ago
-
Adding a binary cache via `sudo cachix use -m nixos ` inserts the binary cache URL before `https://cache.nixos.org` in `nix.binaryCaches`. For example, in my configuration `nix.binaryCaches` looks lik…
-
```
❯ nix run \
--option extra-substituters 'https://nixpkgs-update.cachix.org/' \
--option extra-trusted-public-keys 'nixpkgs-update.cachix.org-1:6y6Z2JdoL3APdu6/+Iy8eZX2ajf09e4EE9SnxSML1W8=' …
-
in addition to [cachix](https://github.com/typhon-ci/typhon/blob/main/nix/lib/cachix/mkPush.nix), it would be cool to see typhon support [attic](https://github.com/zhaofengli/attic), a 'Multi-tenant N…
-
**Is your feature request related to a problem? Please describe.**
`treefmt` looks like a great choice for a pre-commit hook. I'd like to know the options to do this.
**Describe the solution you…