aboutsummaryrefslogtreecommitdiff
path: root/systems/quatresaisons
diff options
context:
space:
mode:
Diffstat (limited to 'systems/quatresaisons')
-rw-r--r--systems/quatresaisons/flake.lock10
-rw-r--r--systems/quatresaisons/flake.nix4
2 files changed, 7 insertions, 7 deletions
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 @@
618 "type": "github" 618 "type": "github"
619 } 619 }
620 }, 620 },
621 "php": { 621 "ports": {
622 "inputs": { 622 "inputs": {
623 "flake-utils": "flake-utils_2", 623 "flake-utils": "flake-utils_2",
624 "nixpkgs": "nixpkgs_6", 624 "nixpkgs": "nixpkgs_6",
@@ -626,12 +626,12 @@
626 }, 626 },
627 "locked": { 627 "locked": {
628 "lastModified": 1, 628 "lastModified": 1,
629 "narHash": "sha256-Qs+O86L4sPArYWm7wMCFNKLCWfUwkz8STePsn5K9Xwk=", 629 "narHash": "sha256-MS3rzLJRZ4jW7ASOUUZY1/4jTFfGVkfpedwgnms9c40=",
630 "path": "../../flakes/private/php", 630 "path": "../../flakes/private/ports",
631 "type": "path" 631 "type": "path"
632 }, 632 },
633 "original": { 633 "original": {
634 "path": "../../flakes/private/php", 634 "path": "../../flakes/private/ports",
635 "type": "path" 635 "type": "path"
636 } 636 }
637 }, 637 },
@@ -645,7 +645,7 @@
645 "my-lib": "my-lib", 645 "my-lib": "my-lib",
646 "myuids": "myuids_2", 646 "myuids": "myuids_2",
647 "nixpkgs": "nixpkgs_5", 647 "nixpkgs": "nixpkgs_5",
648 "php": "php", 648 "ports": "ports",
649 "secrets": "secrets_2", 649 "secrets": "secrets_2",
650 "system": "system" 650 "system": "system"
651 } 651 }
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 @@
6 6
7 monitoring.url = "path:../../flakes/private/monitoring"; 7 monitoring.url = "path:../../flakes/private/monitoring";
8 environment.url = "path:../../flakes/private/environment"; 8 environment.url = "path:../../flakes/private/environment";
9 php.url = "path:../../flakes/private/php"; 9 ports.url = "path:../../flakes/private/ports";
10 system.url = "path:../../flakes/private/system"; 10 system.url = "path:../../flakes/private/system";
11 11
12 myuids.url = "path:../../flakes/myuids"; 12 myuids.url = "path:../../flakes/myuids";
@@ -41,7 +41,7 @@
41 }; 41 };
42 moduleArgs = { 42 moduleArgs = {
43 monitoring = inputs.monitoring; 43 monitoring = inputs.monitoring;
44 php = inputs.php; 44 ports = inputs.ports;
45 landing-page = inputs.landing-page; 45 landing-page = inputs.landing-page;
46 pkgs-no-overlay = inputs.nixpkgs.legacyPackages.x86_64-linux; 46 pkgs-no-overlay = inputs.nixpkgs.legacyPackages.x86_64-linux;
47 }; 47 };