Add stable nixpkgs. Use that for Calibre (python/qt is broken)
This commit is contained in:
parent
ad64ae1ecc
commit
c9f5febd94
6 changed files with 58 additions and 17 deletions
|
@ -14,6 +14,7 @@
|
|||
ldns
|
||||
minio-client
|
||||
nil
|
||||
nix-output-monitor
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
nodejs_22
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{ outputs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue