1
0
Fork 0

Make command-not-found db impure

This commit is contained in:
Malte Brandy 2021-11-19 18:18:35 +01:00
parent ca90b0ed0a
commit 6f4ef8af15
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -115,8 +115,7 @@
};
programs = {
command-not-found.dbPath = "${builtins.fetchTarball {
url = "https://releases.nixos.org/nixos/unstable/nixos-21.11pre331460.931ab058dab/nixexprs.tar.xz";
sha256 = "10dmf56j95ba5pj03qrh059mbb72qj2cbyi9gnlkafgmvnyc97v7";
url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
}}/programs.sqlite";
zsh = {
enable = true;