Skip to content

Commit

Permalink
add emacs-shaped gap to shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
fdupress committed Sep 12, 2023
1 parent 1a28e61 commit 9e50b13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ ecpath ? easycrypt/default.nix }:
{ ecpath ? easycrypt/default.nix,
devDeps ? [ ] }:

with import <nixpkgs> {};

Expand All @@ -7,6 +8,7 @@ in

pkgs.mkShell {
buildInputs = [ ec ]
++ devDeps
++ ec.propagatedBuildInputs
++ (with python3Packages; [ pyyaml ]);
}

0 comments on commit 9e50b13

Please sign in to comment.