Skip to content

Commit

Permalink
Revert "Specify personal-file interface for snap"
Browse files Browse the repository at this point in the history
This reverts commit 2641a37.

This was reverted due to errors in the snap publishing pipeline:
interface 'starship-config' not found in base declaration declaration-snap-v2_plug_known (starship-config, starship-config)
invalid plugs interface definition 'starship-config' lint-snap-v2_app_plugs_plug_reference (starship, starship-config)
unknown interface 'starship-config' lint-snap-v2_plugs (starship-config, starship-config)
  • Loading branch information
matchai committed Jun 6, 2023
1 parent 9bebd0e commit c8f34ad
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,13 @@ parts:
snapcraftctl build
snapcraftctl set-version $(git -C ../src describe --tags | sed 's/v//')
plugs:
starship-config:
interfaces: personal-files
write:
- $HOME/.config/starship.toml
- $HOME/.cache/starship

apps:
starship:
command: bin/starship
plugs:
- home
- removable-media
- starship-config
- personal-files

architectures:
- build-on: amd64
Expand Down

0 comments on commit c8f34ad

Please sign in to comment.