From b48bbe83febd6a457fef9b43f270e3bd0191f21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 4 Oct 2023 02:09:38 +0200 Subject: Rename php forward-ports to ports --- systems/quatresaisons/flake.lock | 10 +++++----- systems/quatresaisons/flake.nix | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'systems/quatresaisons') diff --git a/systems/quatresaisons/flake.lock b/systems/quatresaisons/flake.lock index 6f2ccca..15c4f56 100644 --- a/systems/quatresaisons/flake.lock +++ b/systems/quatresaisons/flake.lock @@ -618,7 +618,7 @@ "type": "github" } }, - "php": { + "ports": { "inputs": { "flake-utils": "flake-utils_2", "nixpkgs": "nixpkgs_6", @@ -626,12 +626,12 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-Qs+O86L4sPArYWm7wMCFNKLCWfUwkz8STePsn5K9Xwk=", - "path": "../../flakes/private/php", + "narHash": "sha256-MS3rzLJRZ4jW7ASOUUZY1/4jTFfGVkfpedwgnms9c40=", + "path": "../../flakes/private/ports", "type": "path" }, "original": { - "path": "../../flakes/private/php", + "path": "../../flakes/private/ports", "type": "path" } }, @@ -645,7 +645,7 @@ "my-lib": "my-lib", "myuids": "myuids_2", "nixpkgs": "nixpkgs_5", - "php": "php", + "ports": "ports", "secrets": "secrets_2", "system": "system" } diff --git a/systems/quatresaisons/flake.nix b/systems/quatresaisons/flake.nix index 8b269f6..a0e8ff7 100644 --- a/systems/quatresaisons/flake.nix +++ b/systems/quatresaisons/flake.nix @@ -6,7 +6,7 @@ monitoring.url = "path:../../flakes/private/monitoring"; environment.url = "path:../../flakes/private/environment"; - php.url = "path:../../flakes/private/php"; + ports.url = "path:../../flakes/private/ports"; system.url = "path:../../flakes/private/system"; myuids.url = "path:../../flakes/myuids"; @@ -41,7 +41,7 @@ }; moduleArgs = { monitoring = inputs.monitoring; - php = inputs.php; + ports = inputs.ports; landing-page = inputs.landing-page; pkgs-no-overlay = inputs.nixpkgs.legacyPackages.x86_64-linux; }; -- cgit v1.2.3