aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-01-17 12:31:37 -0500
committerXe Iaso <me@xeiaso.net>2024-01-17 12:38:24 -0500
commitf9567626003bf741415308aa8d7ee3fa20382fb7 (patch)
tree7995a7b619e49dd2343082150f8ac89f26dfe39e /flake.lock
parent71d942d2664615d081d14037ad9930848f6a72b4 (diff)
downloadxesite-f9567626003bf741415308aa8d7ee3fa20382fb7.tar.xz
xesite-f9567626003bf741415308aa8d7ee3fa20382fb7.zip
base docker image on alpine so fly ssh/sftp works
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index ff78d43..90f3843 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,17 @@
{
"nodes": {
+ "alpineLinux": {
+ "flake": false,
+ "locked": {
+ "narHash": "sha256-8xQGO1CqQbpkB8dapJbHiwr7taA+dGAYAZYdBurLhvA=",
+ "type": "file",
+ "url": "https://cdn.xeiaso.net/file/christine-static/hack/alpine-amd64-3.19.0.tar.gz"
+ },
+ "original": {
+ "type": "file",
+ "url": "https://cdn.xeiaso.net/file/christine-static/hack/alpine-amd64-3.19.0.tar.gz"
+ }
+ },
"crane": {
"inputs": {
"nixpkgs": [
@@ -230,6 +242,7 @@
},
"root": {
"inputs": {
+ "alpineLinux": "alpineLinux",
"deno2nix": "deno2nix",
"flake-compat": "flake-compat_2",
"flake-utils": "flake-utils",