Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add nix flake #8

Merged
merged 37 commits into from
Dec 16, 2023
Merged

feat: add nix flake #8

merged 37 commits into from
Dec 16, 2023

Commits on Dec 16, 2023

  1. fix(poetry): build venv in project root

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ed4a34c View commit details
    Browse the repository at this point in the history
  2. feat(pyproject): gen conda-lock

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b5338cd View commit details
    Browse the repository at this point in the history
  3. chore(poetry): update lock

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    06eb6ac View commit details
    Browse the repository at this point in the history
  4. feat(conda): add virtual-packages

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    4cd5050 View commit details
    Browse the repository at this point in the history
  5. feat(conda): init locks

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ae1fe5a View commit details
    Browse the repository at this point in the history
  6. feat(nix): add flake

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    272c89a View commit details
    Browse the repository at this point in the history
  7. feat(direnv): enable

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    63e6a84 View commit details
    Browse the repository at this point in the history
  8. chore(env): add cachix

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1a891a7 View commit details
    Browse the repository at this point in the history
  9. chore(gitignore): add nix-related

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    16f516c View commit details
    Browse the repository at this point in the history
  10. fix(vscode): add settings

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2c7abab View commit details
    Browse the repository at this point in the history
  11. feat(devcontainer): init

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b2a6a8d View commit details
    Browse the repository at this point in the history
  12. fix(pyproject): update deps

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    567e3c4 View commit details
    Browse the repository at this point in the history
  13. fix(make): add nix targets

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    84301b3 View commit details
    Browse the repository at this point in the history
  14. feat(make): add codespaces targets

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5e7b969 View commit details
    Browse the repository at this point in the history
  15. fix(flyte): add pkce config template

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    f1adf59 View commit details
    Browse the repository at this point in the history
  16. fix(make): update_config

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    648c816 View commit details
    Browse the repository at this point in the history
  17. fix(pyproject): add poethepoet to test extras

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    7620f3f View commit details
    Browse the repository at this point in the history
  18. fix(codecov): add config

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    d44a4c8 View commit details
    Browse the repository at this point in the history
  19. fix(requirements): export from poetry

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1b611d8 View commit details
    Browse the repository at this point in the history
  20. fix(containers): separate deps from lib install

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    7aa2a70 View commit details
    Browse the repository at this point in the history
  21. fix(argo): add mode parameter

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2ced1a9 View commit details
    Browse the repository at this point in the history
  22. chore(lint): update

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    09a97dd View commit details
    Browse the repository at this point in the history
  23. fix(make): add build targets

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c63386f View commit details
    Browse the repository at this point in the history
  24. feat(renovate): add config

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    bfcfd40 View commit details
    Browse the repository at this point in the history
  25. fix(setup_environment): use poetry groups

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    fc1a1d9 View commit details
    Browse the repository at this point in the history
  26. fix(build-images): use CI_ prefix

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ba2b82f View commit details
    Browse the repository at this point in the history
  27. fix(CI): setup image build on labels

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    74a0dd0 View commit details
    Browse the repository at this point in the history
  28. fix(conf): remove unused directory

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    8629c9c View commit details
    Browse the repository at this point in the history
  29. fix(make): ignore venv in tree

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    f6f0c95 View commit details
    Browse the repository at this point in the history
  30. chore(docs): update tree

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    d81c18f View commit details
    Browse the repository at this point in the history
  31. fix(hydra): add clause for detached head state

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1d923e9 View commit details
    Browse the repository at this point in the history
  32. fix(flake): disable pre-commit

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    71ff4e4 View commit details
    Browse the repository at this point in the history
  33. fix(make): export pip depends on lock

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    64623a3 View commit details
    Browse the repository at this point in the history
  34. fix(conda-lock): update

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ff2fdc4 View commit details
    Browse the repository at this point in the history
  35. fix(pyproject): add plumbum

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    803fa6c View commit details
    Browse the repository at this point in the history
  36. fix(lrwine): toggle cache

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    af53c23 View commit details
    Browse the repository at this point in the history
  37. fix(make): lint (#8)

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b337416 View commit details
    Browse the repository at this point in the history