Skip to content

Commit 5bd738d

Browse files
DerDennisOPastro
authored andcommitted
flake.nix: add checks output
1 parent 1813622 commit 5bd738d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

flake.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@
124124
)
125125
);
126126

127-
# Takes too much memory in `nix flake show`
128-
# checks = forAllSystems (system:
129-
# import ./checks { inherit self nixpkgs system; }
130-
# );
127+
checks = forAllSystems (system:
128+
import ./checks { inherit self nixpkgs system; }
129+
);
131130

132131
# hydraJobs are checks
133132
hydraJobs = forAllSystems (system:

0 commit comments

Comments
 (0)