aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/peertube/flake.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-24 01:13:31 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-24 01:13:31 +0100
commitada96f10e64d34f06853d9915a8db580420e69b4 (patch)
treec551ff5a31db95fbf9f26cb02ada00d2cb0b3384 /flakes/private/peertube/flake.nix
parent3d11eafc9c516321901908338befe4c04b58f3aa (diff)
downloadNix-ada96f10e64d34f06853d9915a8db580420e69b4.tar.gz
Nix-ada96f10e64d34f06853d9915a8db580420e69b4.tar.zst
Nix-ada96f10e64d34f06853d9915a8db580420e69b4.zip
Use relative path for private flakes
Diffstat (limited to 'flakes/private/peertube/flake.nix')
-rw-r--r--flakes/private/peertube/flake.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/flakes/private/peertube/flake.nix b/flakes/private/peertube/flake.nix
index bb399df..e16cbaf 100644
--- a/flakes/private/peertube/flake.nix
+++ b/flakes/private/peertube/flake.nix
@@ -1,14 +1,12 @@
1{ 1{
2 description = "Patched peertube"; 2 description = "Patched peertube";
3 inputs.peertube_origin = { 3 inputs.peertube_origin = {
4 url = "https://git.immae.eu/perso/Immae/Config/Nix.git"; 4 path = "../../peertube";
5 type = "git"; 5 type = "path";
6 dir = "flakes/peertube";
7 }; 6 };
8 inputs.peertube_syden = { 7 inputs.peertube_syden = {
9 url = "https://git.immae.eu/perso/Immae/Config/Nix.git"; 8 path = "../../peertube";
10 type = "git"; 9 type = "path";
11 dir = "flakes/peertube";
12 inputs.peertube = { 10 inputs.peertube = {
13 url = "https://git.immae.eu/github/Chocobozzz/PeerTube.git"; 11 url = "https://git.immae.eu/github/Chocobozzz/PeerTube.git";
14 ref = "gitolite_local/syden"; 12 ref = "gitolite_local/syden";