aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-04-27 03:01:34 +0000
committerXe <me@christine.website>2022-04-27 03:01:34 +0000
commite0a769832dc185e71efd9a37e67abb55b3f1488c (patch)
tree9736e34e49fc0cbe4d352bad086bd776e15bae54 /flake.lock
parent5a78922194b7416608b6b6ddc1f6c32c9d98e104 (diff)
downloadx-e0a769832dc185e71efd9a37e67abb55b3f1488c.tar.xz
x-e0a769832dc185e71efd9a37e67abb55b3f1488c.zip
portable service for cadeybot
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock35
1 files changed, 35 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 7036a8a..4568063 100644
--- a/flake.lock
+++ b/flake.lock
@@ -50,10 +50,45 @@
"type": "indirect"
}
},
+ "nixpkgs_3": {
+ "locked": {
+ "lastModified": 1650161686,
+ "narHash": "sha256-70ZWAlOQ9nAZ08OU6WY7n4Ij2kOO199dLfNlvO/+pf8=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "ref": "nixos-unstable",
+ "type": "indirect"
+ }
+ },
+ "portable-svc": {
+ "inputs": {
+ "nixpkgs": "nixpkgs_3"
+ },
+ "locked": {
+ "lastModified": 1650586426,
+ "narHash": "sha256-n/Q2IzITm8s5sej3l3D0rxJcd7vx4P7KF4hOkN9pOOg=",
+ "ref": "main",
+ "rev": "eb4b2c4754e5cd4a976a2941c27194526e8781de",
+ "revCount": 6,
+ "type": "git",
+ "url": "https://tulpa.dev/cadey/portable-svc.git"
+ },
+ "original": {
+ "ref": "main",
+ "type": "git",
+ "url": "https://tulpa.dev/cadey/portable-svc.git"
+ }
+ },
"root": {
"inputs": {
"gomod2nix": "gomod2nix",
"nixpkgs": "nixpkgs_2",
+ "portable-svc": "portable-svc",
"utils": "utils_2"
}
},