aboutsummaryrefslogtreecommitdiff
path: root/flakes
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
parent3d11eafc9c516321901908338befe4c04b58f3aa (diff)
downloadNix-ada96f10e64d34f06853d9915a8db580420e69b4.tar.gz
Nix-ada96f10e64d34f06853d9915a8db580420e69b4.tar.zst
Nix-ada96f10e64d34f06853d9915a8db580420e69b4.zip
Use relative path for private flakes
Diffstat (limited to 'flakes')
-rw-r--r--flakes/private/openarc/flake.lock16
-rw-r--r--flakes/private/openarc/flake.nix5
-rw-r--r--flakes/private/opendmarc/flake.lock16
-rw-r--r--flakes/private/opendmarc/flake.nix5
-rw-r--r--flakes/private/peertube/flake.lock32
-rw-r--r--flakes/private/peertube/flake.nix10
6 files changed, 28 insertions, 56 deletions
diff --git a/flakes/private/openarc/flake.lock b/flakes/private/openarc/flake.lock
index 7bafcae..b1ec2b5 100644
--- a/flakes/private/openarc/flake.lock
+++ b/flakes/private/openarc/flake.lock
@@ -70,19 +70,13 @@
70 "openarc": "openarc_2" 70 "openarc": "openarc_2"
71 }, 71 },
72 "locked": { 72 "locked": {
73 "dir": "flakes/openarc", 73 "narHash": "sha256-cTe5ak0julFu18fRiXVWZ469km8dPVTRidjl21W+SWc=",
74 "lastModified": 1611220039, 74 "path": "../../openarc",
75 "narHash": "sha256-R6XrtP+YIa+038LmlEo4B3X3RbMzidk/vo5yKTTKFx4=", 75 "type": "path"
76 "ref": "master",
77 "rev": "ef43c36272ca539cbfe803ded03949451b17b679",
78 "revCount": 803,
79 "type": "git",
80 "url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
81 }, 76 },
82 "original": { 77 "original": {
83 "dir": "flakes/openarc", 78 "path": "../../openarc",
84 "type": "git", 79 "type": "path"
85 "url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
86 } 80 }
87 }, 81 },
88 "openarc_2": { 82 "openarc_2": {
diff --git a/flakes/private/openarc/flake.nix b/flakes/private/openarc/flake.nix
index 6a2518b..65a56ca 100644
--- a/flakes/private/openarc/flake.nix
+++ b/flakes/private/openarc/flake.nix
@@ -1,8 +1,7 @@
1{ 1{
2 inputs.openarc = { 2 inputs.openarc = {
3 url = "https://git.immae.eu/perso/Immae/Config/Nix.git"; 3 path = "../../openarc";
4 type = "git"; 4 type = "path";
5 dir = "flakes/openarc";
6 }; 5 };
7 inputs.nixpkgs.url = "github:NixOS/nixpkgs"; 6 inputs.nixpkgs.url = "github:NixOS/nixpkgs";
8 7
diff --git a/flakes/private/opendmarc/flake.lock b/flakes/private/opendmarc/flake.lock
index 2c2a07d..ae07161 100644
--- a/flakes/private/opendmarc/flake.lock
+++ b/flakes/private/opendmarc/flake.lock
@@ -121,19 +121,13 @@
121 "nixpkgs": "nixpkgs_3" 121 "nixpkgs": "nixpkgs_3"
122 }, 122 },
123 "locked": { 123 "locked": {
124 "dir": "flakes/opendmarc", 124 "narHash": "sha256-V6elpT2t2bYOnY6RSwLIu+SU7Zajkk7oonjscoYpWKo=",
125 "lastModified": 1611220039, 125 "path": "../../opendmarc",
126 "narHash": "sha256-R6XrtP+YIa+038LmlEo4B3X3RbMzidk/vo5yKTTKFx4=", 126 "type": "path"
127 "ref": "master",
128 "rev": "ef43c36272ca539cbfe803ded03949451b17b679",
129 "revCount": 803,
130 "type": "git",
131 "url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
132 }, 127 },
133 "original": { 128 "original": {
134 "dir": "flakes/opendmarc", 129 "path": "../../opendmarc",
135 "type": "git", 130 "type": "path"
136 "url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
137 } 131 }
138 }, 132 },
139 "root": { 133 "root": {
diff --git a/flakes/private/opendmarc/flake.nix b/flakes/private/opendmarc/flake.nix
index 9aeb3db..384bf98 100644
--- a/flakes/private/opendmarc/flake.nix
+++ b/flakes/private/opendmarc/flake.nix
@@ -1,8 +1,7 @@
1{ 1{
2 inputs.opendmarc = { 2 inputs.opendmarc = {
3 url = "https://git.immae.eu/perso/Immae/Config/Nix.git"; 3 path = "../../opendmarc";
4 type = "git"; 4 type = "path";
5 dir = "flakes/opendmarc";
6 }; 5 };
7 inputs.nixpkgs.url = "github:NixOS/nixpkgs"; 6 inputs.nixpkgs.url = "github:NixOS/nixpkgs";
8 7
diff --git a/flakes/private/peertube/flake.lock b/flakes/private/peertube/flake.lock
index 3085b0a..97c5c63 100644
--- a/flakes/private/peertube/flake.lock
+++ b/flakes/private/peertube/flake.lock
@@ -136,19 +136,13 @@
136 "peertube": "peertube" 136 "peertube": "peertube"
137 }, 137 },
138 "locked": { 138 "locked": {
139 "dir": "flakes/peertube", 139 "narHash": "sha256-YvUqraTpt/I4jw0mSrJgptLymZwlBvhwSK9VLUKD/cc=",
140 "lastModified": 1611273496, 140 "path": "../../peertube",
141 "narHash": "sha256-U+q6Ir9VsL2egLjeXZ6YpRZxwLotKcrp2I0fOX6es+c=", 141 "type": "path"
142 "ref": "master",
143 "rev": "ce95026934c4ea8c647365f68eb195459fcdff08",
144 "revCount": 806,
145 "type": "git",
146 "url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
147 }, 142 },
148 "original": { 143 "original": {
149 "dir": "flakes/peertube", 144 "path": "../../peertube",
150 "type": "git", 145 "type": "path"
151 "url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
152 } 146 }
153 }, 147 },
154 "peertube_syden": { 148 "peertube_syden": {
@@ -159,19 +153,13 @@
159 "peertube": "peertube_2" 153 "peertube": "peertube_2"
160 }, 154 },
161 "locked": { 155 "locked": {
162 "dir": "flakes/peertube", 156 "narHash": "sha256-YvUqraTpt/I4jw0mSrJgptLymZwlBvhwSK9VLUKD/cc=",
163 "lastModified": 1611270106, 157 "path": "../../peertube",
164 "narHash": "sha256-VKDczZDM9A2dGoSAEN6rUDxvLKYUuoDMefQc7fabvXo=", 158 "type": "path"
165 "ref": "master",
166 "rev": "1279eb87299a44167c4ed4a10a9088d58654b5d3",
167 "revCount": 805,
168 "type": "git",
169 "url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
170 }, 159 },
171 "original": { 160 "original": {
172 "dir": "flakes/peertube", 161 "path": "../../peertube",
173 "type": "git", 162 "type": "path"
174 "url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
175 } 163 }
176 }, 164 },
177 "root": { 165 "root": {
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";