Skip to content

Commit

Permalink
Smoke test patched packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 19, 2024
1 parent 1454061 commit 8f53f62
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,28 @@
inherit (import ./nix/chap-meta.nix { inherit lib CHaP; }) chap-package-latest-versions chap-package-versions mkPackageTreeWith;

smokeTestPackages = [
# TODO
"Cabal"
"basement"
"beam-sqlite"
"cborg"
"clock"
"cryptonite"
"digest"
"direct-sqlite"
"double-conversion"
"entropy"
"foundation"
"gauge"
"lzma"
"memory"
"mersenne-random-pure64"
"network"
"network-info"
"scrypt"
"terminal-size"
"unix"
"unix-bytestring"
"unix-compat"
];

# Using intersectAttrs like this is a cheap way to throw away everything
Expand Down

0 comments on commit 8f53f62

Please sign in to comment.