Skip to content

Commit 3db4139

Browse files
committed
nix: add two large packages to build
1 parent 4748f68 commit 3db4139

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nix-large-packages.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,15 @@ jobs:
7474
experimental: false
7575
- type: "package"
7676
data: "pkgs.clash-verge"
77-
experimental: false
7877
- type: "arguments"
7978
data: ".#nixosConfigurations.aol.pkgs.clash-verge"
8079
experimental: false
80+
- type: "arguments"
81+
data: ".#nixosConfigurations.aol.pkgs.zeal"
82+
experimental: true
83+
- type: "arguments"
84+
data: ".#nixosConfigurations.aol.pkgs.calibre"
85+
experimental: true
8186
- type: "package"
8287
data: "pkgs.texlab"
8388
experimental: false

0 commit comments

Comments
 (0)