flake: get rid of flake-parts!
This commit is contained in:
parent
5d74f31c98
commit
2d5ee6c621
11 changed files with 58 additions and 127 deletions
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
inputs',
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs'.nixpkgs-stable.legacyPackages) calibre;
|
||||
in {
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
alsa-utils
|
||||
|
@ -12,6 +6,7 @@ in {
|
|||
asciinema
|
||||
cachix
|
||||
calc
|
||||
calibre
|
||||
difftastic
|
||||
element-desktop
|
||||
evince
|
||||
|
@ -63,6 +58,5 @@ in {
|
|||
xournalpp
|
||||
zapzap
|
||||
zoxide
|
||||
]
|
||||
++ [calibre];
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue