Andrea Ciceri
Andrea Ciceri
**Describe the bug** When I try to build ca derivations I get sporadic errors about "bad file descriptor"s. Sometimes they are built and sometimes not. **Steps To Reproduce** ``` $...
This is an attempt to merge #875 by @thufschmitt into current `master`. I don't have much experience with Nix internals nor languages involved here, but I tried my best to...
I haven't tested it. To be merged after `feature/tow-boot-2023.07` got merged.
It would be convenient having a CLI option to specify which NVD archive to use. Indeed I'm running vulnix in a CI pipeline and, after re-running it (same commit), I've...
I just submitted [this PR](https://github.com/nix-community/home-manager/pull/3811) that adds a new `home-manager` module to declaratively set workspaces and create systemd timers to update them. As soon as it gets (hopefully) merged I...
**OS** NixOS but it's not relevant I guess **Versions** The `db-sync` version: `inputoutput/cardano-db-sync:13.1.0.0` docker image PostgreSQL version: `postgres:11.18-alpine` docker image **Build/Install Method** Simply running docker compose **Run method** Docker compose...
### Motivation ### Maintainer checklist - [ ] Documentation (function reference docs, setup guide, option reference docs) - [ ] Has tests (VM test, free account, and/or test instructions) -...
Notice that it's not a `builtin` but a keyword, I don't know where it should be added in the `nil` codebase. Also notice that probably there could be other keywords,...
This adds an optionally executed (idempotent) script at the VM boot that installs Nix using the [Determinate Systems' Nix installer](https://github.com/DeterminateSystems/nix-installer) and builds and activates a given `nix-darwin` config (it's also...
I've some private packages in my `packages.dhall` with the following `repo`: ```dhall { # ... , repo = "ssh://[email protected]/my-org/my-repo.git" , version = ""; } ``` `spago2nix generate` gives me derivations...