tangled
alpha
login
or
join now
ryan.freumh.org
/
merry
forked from
patrick.sirref.org/merry
0
fork
atom
Shells in OCaml
0
fork
atom
overview
issues
pulls
pipelines
Flake: make a shell
Patrick Ferris
1 month ago
09bfb895
490a8950
+4
1 changed file
expand all
collapse all
unified
split
flake.nix
+4
flake.nix
···
35
35
packages.default = scope.${package};
36
36
defaultPackage = scope.${package};
37
37
38
38
+
passthru = {
39
39
+
shellPath = "/bin/msh";
40
40
+
};
41
41
+
38
42
devShells.default = let
39
43
devPackages = builtins.attrValues
40
44
(pkgs.lib.getAttrs (builtins.attrNames devPackagesQuery) scope);