Add stable nixpkgs. Use that for Calibre (python/qt is broken)

This commit is contained in:
Daniel Lundin 2024-10-14 09:21:25 +02:00
parent ad64ae1ecc
commit c9f5febd94
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
6 changed files with 58 additions and 17 deletions
common

View file

@ -46,5 +46,7 @@
};
programs.nix-ld.enable = true;
environment.systemPackages = with pkgs; [ nvd ];
environment.systemPackages = with pkgs; [
nvd
];
}