From ed40d148f1a478b8d3991fa82f1e61974110173a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 12 Jun 2024 14:25:40 -0400 Subject: [PATCH] fix again --- flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-module.nix b/flake-module.nix index c7a95f6..50586ea 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -74,7 +74,7 @@ in if hasNonEmptyAttr [ "darwinConfigurations" ] self || hasNonEmptyAttr [ "nixosConfigurations" ] self then let - overrideArgs = lib.concatStringsSep " " (builtins.map (name: "--override-input ${name} ${inputs.name}") config.nixos-flake.overrideInputs); + overrideArgs = lib.concatStringsSep " " (builtins.map (name: "--override-input ${name} ${inputs.${name}}") config.nixos-flake.overrideInputs); in pkgs.writeShellApplication {