feat: direnv for haskell
This commit is contained in:
parent
9e65814ef1
commit
c4f6b54c65
2 changed files with 4 additions and 1 deletions
1
templates/haskell/.envrc
Normal file
1
templates/haskell/.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
use flake ".#"
|
|
@ -1,4 +1,6 @@
|
|||
{ haskellPackages }: {
|
||||
{ mkShell, haskellPackages }:
|
||||
mkShell {
|
||||
name = "haskell";
|
||||
packages = builtins.attrValues {
|
||||
inherit (haskellPackages)
|
||||
haskell-language-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue