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

refactor(scripts): move to scripts.nix #11

Merged
merged 1 commit into from
Jul 6, 2023
Merged

Conversation

r17x
Copy link
Member

@r17x r17x commented Jul 6, 2023

Features:

  • overlay dvt.overlay.default
  • expose scripts in packages
❯ nix flake show
├───devShells
│   ├───aarch64-darwin
│   │   └───default: development environment 'nix-shell'
│   ├───aarch64-linux
│   │   └───default: development environment 'nix-shell'
│   ├───x86_64-darwin
│   │   └───default: development environment 'nix-shell'
│   └───x86_64-linux
│       └───default: development environment 'nix-shell'
├───overlay: Nixpkgs overlay
├───packages
│   ├───aarch64-darwin
│   │   ├───dvt-format: package 'format'
│   │   ├───dvt-init: package 'dvt'
│   │   ├───dvt-update: package 'update'
│   │   └───test-develop: package 'test-develop'
│   ├───aarch64-linux
│   │   ├───dvt-format: package 'format'
│   │   ├───dvt-init: package 'dvt'
│   │   ├───dvt-update: package 'update'
│   │   └───test-develop: package 'test-develop'
│   ├───x86_64-darwin
│   │   ├───dvt-format: package 'format'
│   │   ├───dvt-init: package 'dvt'
│   │   ├───dvt-update: package 'update'
│   │   └───test-develop: package 'test-develop'
│   └───x86_64-linux
│       ├───dvt-format: package 'format'
│       ├───dvt-init: package 'dvt'
│       ├───dvt-update: package 'update'
│       └───test-develop: package 'test-develop'
└───templates
    ├───go: template: Go development environment
    ├───node: template: Nodejs development environment
    ├───node14: template: Nodejs (v14) and pnpm (v5) development environment
    └───react-native: template: React Native development environment

@r17x r17x merged commit c9899c2 into master Jul 6, 2023
2 checks passed
@r17x r17x deleted the refactor/move-scripts.nix branch July 6, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant