mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 10:20:14 +00:00
add haskell programming template
This commit is contained in:
8
modules/programming/haskell.nix
Normal file
8
modules/programming/haskell.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ ... }: {
|
||||
|
||||
# Binary Cache for Haskell.nix
|
||||
nix.settings.trusted-public-keys =
|
||||
[ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
|
||||
nix.settings.substituters = [ "https://cache.iog.io" ];
|
||||
|
||||
}
|
Reference in New Issue
Block a user