https://github.com/tarc/basic-flake-python
Define flake to generate python with conan pip package
https://github.com/tarc/basic-flake-python
Last synced: over 1 year ago
JSON representation
Define flake to generate python with conan pip package
- Host: GitHub
- URL: https://github.com/tarc/basic-flake-python
- Owner: tarc
- Created: 2023-01-30T04:06:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T04:06:29.000Z (over 3 years ago)
- Last Synced: 2025-01-17T23:32:12.782Z (over 1 year ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build custom python environment
## `mach-nix`
- Github repository: [DavHau/mach-nix][githubMatchNix];
- Git commit: [`913e6c16f986746ba5507878ef7ff992804d1fa8`][matchNixRef];
- On: Nov 8, 2022;
- Last commit on `master` branch before project goes officially unmaintained.
[githubMatchNix]: https://github.com/DavHau/mach-nix
[matchNixRef]: https://github.com/DavHau/mach-nix/commits/913e6c16f986746ba5507878ef7ff992804d1fa8
## `pypi-deps-db`
- Github repository: [DavHau/pypi-deps-db][githubPypiDepsDb];
- Git commit: [`91adfffe522d3571e6549c77695adaa5ef3fecc5`][pypiDepsDbRef]:
- On: Jan 12, 2023.
[githubPypiDepsDb]: https://github.com/DavHau/pypi-deps-db
[pypiDepsDbRef]: https://github.com/DavHau/pypi-deps-db/commits/91adfffe522d3571e6549c77695adaa5ef3fecc5
## Start shell
```bash
nix -v --accept-flake-config --show-trace develop
```
## Push do Cachix
```bash
nix -v --accept-flake-config --show-trace develop --profile conan-dev-profile
cachix push tarc conan-dev-profile
```