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
common
|
@ -46,5 +46,7 @@
|
|||
};
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ nvd ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
nvd
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue