dream2nix/examples/repo-flake-pdm
DavHau d8e4b477e3 refactor: move dev related things to /dev-flake
The goal is to reduce the flake inputs visible to the user
Still, the top-level flake re-exposes the outputs of the dev-flake, but
without exposing its inputs. This means a devShell is still available in
the top-level, for example.

This also removes the /modules/flake.nix. Its original purpose was
separating the modules inputs from the development inputs, but this is
now done the opposite way around by moving the dev inputs to
/dev-flake/flake.nix.
2023-11-05 03:42:18 +00:00
..
my_project examples: remove dream2nix- prefix 2023-10-30 21:42:51 +00:00
.gitignore examples: remove dream2nix- prefix 2023-10-30 21:42:51 +00:00
flake.nix refactor: move dev related things to /dev-flake 2023-11-05 03:42:18 +00:00
pdm.lock examples: remove dream2nix- prefix 2023-10-30 21:42:51 +00:00
pyproject.toml examples: remove dream2nix- prefix 2023-10-30 21:42:51 +00:00
README.md examples: remove dream2nix- prefix 2023-10-30 21:42:51 +00:00

example-package