summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2023-06-06 10:23:55 -0400
committerMatan Kushner <hello@matchai.dev>2023-06-06 10:23:58 -0400
commitc8f34ad8d785e3a1c5fba96c4aefe20d531d4d70 (patch)
tree91c9dd95e54efed331a5464dee8191722aed777c
parent9bebd0e2807d0361cb6de7b4aa12abe7f4569c0d (diff)
Revert "Specify personal-file interface for snap"
This reverts commit 2641a378659d13c17120a58f5187714a8691d430. 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)
-rw-r--r--snapcraft.yaml9
1 files changed, 1 insertions, 8 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index f1976b995..13b0be2c8 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -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