machine-learning-in-haskell: init
This commit is contained in:
6
machine-learning-in-haskell/shell.nix
Normal file
6
machine-learning-in-haskell/shell.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
(pkgs.ghc.withPackages (hs: [hs.random]))
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user