hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 70e454812ef684d02ffa881becf0f8ce6a1b5f8c
parent 355ff83e74f6e27c79033b8dfb899e3a3b529049
Author: Sergio Garcia <github-committer@sergiogarcia.dev>
Date:   Mon, 11 Oct 2021 18:39:02 -0300

Added nodesource apt repository to snap package

Diffstat:
Msnap/snapcraft.yaml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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