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

View file

@ -14,6 +14,7 @@
ldns
minio-client
nil
nix-output-monitor
nixd
nixfmt-rfc-style
nodejs_22

View file

@ -1,4 +1,8 @@
{ outputs, ... }:
{
pkgs,
outputs,
...
}:
{
nixpkgs = {
config.allowUnfree = true;

View file

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