tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
crabfit-frontend: change tests to attrset
jopejoe1
1 year ago
ef17bb6c
49f6d168
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
cr
crabfit-frontend
package.nix
+3
-1
pkgs/by-name/cr/crabfit-frontend/package.nix
···
107
107
ln -s /var/cache/crabfit $out/standalone/.next/cache
108
108
'';
109
109
110
110
-
passthru.tests = [ nixosTests.crabfit ];
110
110
+
passthru.tests = {
111
111
+
inherit (nixosTests) crabfit;
112
112
+
};
111
113
112
114
meta = {
113
115
description = "Enter your availability to find a time that works for everyone";