Skip to content

Commit

Permalink
snap: add nano editor
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Mar 20, 2024
1 parent 57628a2 commit d2abb4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ parts:
- gcc
stage-packages:
- git
- nano
- ssh
override-pull: |
snapcraftctl pull
Expand All @@ -48,3 +49,5 @@ apps:
- desktop
- ssh-keys
completer: completion.sh
environment:
GIT_EDITOR: nano

0 comments on commit d2abb4a

Please sign in to comment.