From 0b2edc069957a74cd947445756fed7c79235ed7c Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 14 Sep 2025 18:42:46 +0530 Subject: [PATCH] docs: small headaches are documented on my blog --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 13394a5..6e69984 100644 --- a/README.md +++ b/README.md @@ -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 ```