From 4b82e3a9dd71519310f11a680c624a570465c688 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 23 Jan 2025 15:36:25 +0100 Subject: [PATCH] ????????? --- modules/nixos/core/nix.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/nixos/core/nix.nix b/modules/nixos/core/nix.nix index 09d8b43..ad60061 100644 --- a/modules/nixos/core/nix.nix +++ b/modules/nixos/core/nix.nix @@ -1,4 +1,4 @@ -{ lib, inputs, ... }: +{ config, lib, inputs, ... }: let /* @@ -28,6 +28,8 @@ in { experimental-features = nix-command flakes ''; }; + config.c = c; + config.a = a; nixpkgs = { config = { allowUnfree = true;