aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e9c35a4..25361d2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,7 +12,6 @@
12 { 12 {
13 devShells.default = with pkgs; mkShell { 13 devShells.default = with pkgs; mkShell {
14 buildInputs = [ 14 buildInputs = [
15 coqPackages.coqide
16 coqPackages.stdpp 15 coqPackages.stdpp
17 coq 16 coq
18 ]; 17 ];