Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 12, 2024
1 parent 0804ac1 commit ed40d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit ed40d14

Please sign in to comment.