diff --git a/cerulean/default.nix b/cerulean/default.nix index d100652..2755f4c 100644 --- a/cerulean/default.nix +++ b/cerulean/default.nix @@ -16,8 +16,7 @@ deploy-rs, ... } @ inputs: -mix.mkMod (mix.newMixture {specialArgs = inputs;}) -(mixture: { +mix.newMixture inputs (mixture: { includes.public = [ ./flake-config ]; diff --git a/cerulean/flake-config/default.nix b/cerulean/flake-config/default.nix index 1a4e885..f31d0be 100644 --- a/cerulean/flake-config/default.nix +++ b/cerulean/flake-config/default.nix @@ -11,13 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -{ - mix, - mixture, - ... -}: -mix.mkMod mixture -(mixture: { +{mix, ...} @ inputs: +mix.newMixture inputs (mixture: { includes.public = [ ./nodes ./nexus diff --git a/flake.lock b/flake.lock index 301e190..22753d2 100644 --- a/flake.lock +++ b/flake.lock @@ -43,8 +43,8 @@ ] }, "locked": { - "lastModified": 1768450300, - "narHash": "sha256-dmy3lOlkYYXOwQZI73Wvu6N6HXkw3y9QqaKsbcbU/Jk=", + "lastModified": 1768453675, + "narHash": "sha256-KirWmGJS37nZ8Ub64gUb/iHGMiwrp83DHYgRIujFOgw=", "path": "/home/me/agribit/nexus/mix", "type": "path" }, @@ -60,8 +60,8 @@ ] }, "locked": { - "lastModified": 1768450257, - "narHash": "sha256-Xjrq9tofKIXPomr+vLquFlJhPcmID+ivYEdizoSxGb8=", + "lastModified": 1768453677, + "narHash": "sha256-PccWYqS05ZPEG2tA+u0CxgQK1ikt9FKX515yr2LljG0=", "path": "/home/me/agribit/nexus/nib", "type": "path" },