marcov-chain-monte-carlo: import

This commit is contained in:
2026-03-14 07:22:31 +01:00
parent 30a6debb7b
commit ec9fadb5f9

View File

@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [
(pkgs.ghc.withPackages (hs: [
hs.mcmc
]))
];
}