Skip to content

Commit

Permalink
attempt to use layout
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Nov 30, 2019
1 parent b36a491 commit ebe80cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ plugs:
config-dvc:
interface: system-files
read:
- /etc/dvc/dvc.conf
- /etc/hosts
- /etc/host.conf
- /etc/resolv.conf
write:
- /etc/dvc
- /etc/dvc/dvc.conf
- /etc/hosts
layout:
/etc/dvc:
bind: $SNAP_DATA/etc/dvc
parts:
dvc:
plugin: python
Expand All @@ -42,6 +41,7 @@ apps:
completer: completion.sh
environment:
GIT_PYTHON_GIT_EXECUTABLE: $SNAP/usr/bin/git
XDG_CONFIG_DIRS: /etc
plugs:
- config-dvc
- home
Expand Down

0 comments on commit ebe80cd

Please sign in to comment.