1

docs: small headaches are documented on my blog

This commit is contained in:
Himadri Bhattacharjee
2025-09-14 18:42:46 +05:30
parent 4fdb25d54c
commit 0b2edc0699

View File

@@ -46,20 +46,6 @@ git clone https://github.com/lavafroth/dotfiles
nix-on-droid switch --flake dotfiles
```
## Troubleshooting
### command-not-found unable to connect to database
The `programs.sqlite` is only generated for the `nixos-` prefixed channels.
Ensure you use the unstable channel using these commands as root:
```sh
nix-channel --add https://nixos.org/channels/nixos-unstable nixos
nix-channel --update
```
Further reading: [NixOS discourse](https://discourse.nixos.org/t/command-not-found-unable-to-open-database/3807).
### Running blender with CUDA
```