mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
Add a dev shell to the flake
This commit is contained in:
parent
381438533c
commit
f91e92bd54
@ -74,6 +74,9 @@
|
|||||||
inherit pkgs idris-emacs-src idris2Pkg;
|
inherit pkgs idris-emacs-src idris2Pkg;
|
||||||
});
|
});
|
||||||
inherit buildIdris;
|
inherit buildIdris;
|
||||||
|
devShells.default = pkgs.mkShell {
|
||||||
|
packages = idris2Pkg.buildInputs;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in lib.mkOvrOptsFlake
|
in lib.mkOvrOptsFlake
|
||||||
(opts: flake-utils.lib.eachDefaultSystem (per-system opts) // sys-agnostic);
|
(opts: flake-utils.lib.eachDefaultSystem (per-system opts) // sys-agnostic);
|
||||||
|
Loading…
Reference in New Issue
Block a user