-
1) Find nix/overlays/external.nix
2) Find the section below
3) Commit your update to github and copy the revision number of the commit.
4) Copy it into rev
5) Make sure it references the correct …
-
Hydra is currently in this very unfortunate situation where it is a different project from Nix, and at the same time very dependent on the internals of Nix. This means that every Nix release _will_ wi…
-
## Issue description
I would like to be able to call the vim updater to update specific plugins and only these plugins (same for luarocks updater).
For instance in https://github.com/NixOS/nixpkgs…
-
The linker on macOS prints such as warning for every individual object file:
> ld: warning: object file (I-O-5858B-yteF-ormat5858B-igE-ndian.o0.o) was built for newer macOS version (14.0) than being …
-
we should have similar support to direnv's `use nix` feature. Perhaps something like this:
```toml
[env]
"@nix" = "default.nix"
"@nix:flake" = "flake.nix"
```
I noticed https://github.com/ni…
-
I use `nixos_image_custom` to create a NixOS image from a given NixOS configuration and put it into a bucket. Then I use this image in `google_compute_instance_template` (via `disk.source_image`). The…
-
### Describe the bug
nvidia-docker fails to run any image.
```console
$ sudo -g docker docker run --privileged --gpus all -it --rm hello-world
docker: Error response from daemon: failed to creat…
-
# Bug Report
## One-Line Summary
I2CError on some configurations' Urukul
## Issue Details
### Steps to Reproduce
1. Build release-7 with following configuation:
```json
{
"target…
-
**Is your feature request related to a problem? Please describe.**
I use a Nix file to describe all the programs I want as a user and when I want a new tool, I update the file and install it. But eve…
-
After installing nix via `curl https://nixos.org/nix/install | sh` and then typing `nix-env -qa` I got the error `getting information about */.nix-defexpr: No such file or directory`. This was easy re…