add devshells
This commit is contained in:
parent
2fce8c3c13
commit
2bb2a97377
3 changed files with 18 additions and 7 deletions
6
devshells/default.nix
Normal file
6
devshells/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs }:
|
||||
{
|
||||
agda = pkgs.mkShell {
|
||||
buildINputs = with pkgs; [ agda ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue