Extensible devshell setup
This commit is contained in:
parent
d60ee39658
commit
ecb1325477
4 changed files with 25 additions and 10 deletions
devshells
4
devshells/default.nix
Normal file
4
devshells/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
args: {
|
||||
visonum = import ./visonum.nix args;
|
||||
}
|
||||
|
5
devshells/visonum.nix
Normal file
5
devshells/visonum.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Shell containing the tools I most commonly use for work
|
||||
{ pkgs, inputs }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ purescript spago typescript nodejs ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue