aboutsummaryrefslogtreecommitdiff
path: root/flakes/flake.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 02:09:38 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 02:11:48 +0200
commitb48bbe83febd6a457fef9b43f270e3bd0191f21b (patch)
treee9e2c4d00f90473820bc30880ad6b50362f06825 /flakes/flake.nix
parent9ffdbe82759987114353ed01d28126af94ffeea1 (diff)
downloadNix-b48bbe83febd6a457fef9b43f270e3bd0191f21b.tar.gz
Nix-b48bbe83febd6a457fef9b43f270e3bd0191f21b.tar.zst
Nix-b48bbe83febd6a457fef9b43f270e3bd0191f21b.zip
Rename php forward-ports to ports
Diffstat (limited to 'flakes/flake.nix')
-rw-r--r--flakes/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flakes/flake.nix b/flakes/flake.nix
index aecff57..d996b45 100644
--- a/flakes/flake.nix
+++ b/flakes/flake.nix
@@ -36,7 +36,7 @@
36 s-private-openldap.url = "path:./private/openldap"; 36 s-private-openldap.url = "path:./private/openldap";
37 s-private-paste.url = "path:./private/paste"; 37 s-private-paste.url = "path:./private/paste";
38 s-private-peertube.url = "path:./private/peertube"; 38 s-private-peertube.url = "path:./private/peertube";
39 s-private-php.url = "path:./private/php"; 39 s-private-ports.url = "path:./private/ports";
40 s-private-ssh.url = "path:./private/ssh"; 40 s-private-ssh.url = "path:./private/ssh";
41 s-private-system.url = "path:./private/system"; 41 s-private-system.url = "path:./private/system";
42 42