Skip to content

Commit

Permalink
python-bindings: Add dev shell
Browse files Browse the repository at this point in the history
Allows doing `nix develop .#python` to develop the python bindings
  • Loading branch information
infinisil committed Feb 2, 2023
1 parent 8f8cb36 commit 6becd3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,10 @@
'';
}
)
// { default = self.devShells.${system}.stdenv; }
// {
default = self.devShells.${system}.stdenv;
python = self.packages.${system}.nix.python-bindings;
}
);

};
Expand Down

0 comments on commit 6becd3e

Please sign in to comment.