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
home/dln

View file

@ -24,7 +24,7 @@
};
};
home.packages = with pkgs; [ calibre ];
home.packages = with pkgs; [ stable.calibre ];
programs.gpg.enable = true;