Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorSergio Garcia <github-committer@sergiogarcia.dev>2021-10-12 00:39:02 +0300
committerAnthony Fok <anthony@anthonyfok.org>2021-10-23 01:26:07 +0300
commit70e454812ef684d02ffa881becf0f8ce6a1b5f8c (patch)
tree35207516d4b87264a0b631088a1f1a7ba39db1da /snap
parent355ff83e74f6e27c79033b8dfb899e3a3b529049 (diff)
Added nodesource apt repository to snap package
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 188bab501..fa9605949 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -10,6 +10,13 @@ base: core20
confinement: strict
grade: devel # "devel" or "stable"
+package-repositories:
+ - type: apt
+ components: [main]
+ suites: [focal]
+ key-id: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
+ url: https://deb.nodesource.com/node_16.x
+
apps:
hugo:
command: bin/hugo