Skip to content

Commit 6ee58aa

Browse files
committed
add jupytext
1 parent 2bc32f6 commit 6ee58aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

flake.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
pkgs = nixpkgs.legacyPackages.${system};
1616
in
1717
{
18-
devShells.default = pkgs.mkShell { packages = [
19-
pkgs.bashInteractive
20-
];
18+
devShells.default = pkgs.mkShell {
19+
packages = with pkgs; [
20+
bashInteractive
21+
python313Packages.jupytext
22+
];
2123
};
2224
}
2325
);

0 commit comments

Comments
 (0)