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: use new dedicated repo for shopware-cli #82

Merged
merged 4 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,26 @@
"type": "github"
}
},
"froshpkgs": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1705307227,
"narHash": "sha256-Pl3hb7Ez+37jEF0jpU8XcBy7fdkrRLux1x34MCajn1k=",
"owner": "FriendsOfShopware",
"repo": "nur-packages",
"rev": "aec312a79438652bda0894e32b424773bbbcd11b",
"type": "github"
},
"original": {
"owner": "FriendsOfShopware",
"repo": "nur-packages",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
Expand Down Expand Up @@ -169,6 +189,7 @@
"root": {
"inputs": {
"devenv": "devenv",
"froshpkgs": "froshpkgs",
"nixpkgs": "nixpkgs",
"phps": "phps",
"pre-commit-hooks": "pre-commit-hooks"
Expand Down
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ in {
packages = [
pkgs.jq
pkgs.gnupatch
pkgs.shopware-cli
inputs.froshpkgs.packages.${pkgs.system}.shopware-cli
] ++ cfg.additionalPackages;

languages.javascript = {
Expand Down
5 changes: 5 additions & 0 deletions devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ allowUnfree: true
inputs:
nixpkgs:
url: github:NixOS/nixpkgs/nixos-unstable
froshpkgs:
url: github:FriendsOfShopware/nur-packages
inputs:
nixpkgs:
follows: "nixpkgs"
phps:
url: github:fossar/nix-phps
inputs:
Expand Down
5 changes: 5 additions & 0 deletions examples/sw5/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ inputs:
kellerkinder:
url: github:kellerkinderDE/devenv-shopware?ref=v2.0.0
flake: false
froshpkgs:
tinect marked this conversation as resolved.
Show resolved Hide resolved
url: github:FriendsOfShopware/nur-packages
inputs:
nixpkgs:
follows: "nixpkgs"
phps:
url: github:fossar/nix-phps
inputs:
Expand Down
5 changes: 5 additions & 0 deletions examples/sw6/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ inputs:
kellerkinder:
url: github:kellerkinderDE/devenv-shopware?ref=v2.0.0
flake: false
froshpkgs:
url: github:FriendsOfShopware/nur-packages
inputs:
nixpkgs:
follows: "nixpkgs"
phps:
url: github:fossar/nix-phps
inputs:
Expand Down
Loading