From 3cb1291c4af993bfb910f8a0c3bb544dbe5b67bf Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 1 Jan 2026 17:33:12 -0600 Subject: Pass inputs --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0b4ace0..e707cec 100644 --- a/flake.nix +++ b/flake.nix @@ -5,9 +5,10 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; }; - outputs = { self, nixpkgs, ... }: { + outputs = { self, nixpkgs, ... }@inputs: { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ ./configuration.nix -- cgit v1.2.3