feat(xonsh): set up ssh-agent
This commit is contained in:
parent
2570dfa162
commit
660c9089d4
11 changed files with 82 additions and 65 deletions
12
flake.nix
12
flake.nix
|
@ -100,6 +100,18 @@
|
|||
};
|
||||
};
|
||||
devShells.default = config.pre-commit.devShell;
|
||||
devShells.haskell = pkgs.mkShell {
|
||||
name = "haskell";
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs) ghc;
|
||||
inherit
|
||||
(pkgs.haskellPackages)
|
||||
cabal-install
|
||||
haskell-language-server
|
||||
ormolu
|
||||
;
|
||||
};
|
||||
};
|
||||
formatter = pkgs.alejandra;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue