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
home/common
|
@ -1,4 +1,8 @@
|
|||
{ outputs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue