Skip to content

Commit

Permalink
maiybe
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 22, 2024
1 parent e7550be commit b9ec8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
let
inherit (inputs.nixpkgs) lib;
perSystem = k: lib.concatLists (lib.flip lib.mapAttrsToList inputs.self.${k} (system: s:
builtins.map (name: { name = "${k}.${system}.${name}"; }) (lib.attrNames s)
builtins.map (name: "${k}.${system}.${name}") (lib.attrNames s)
));
in
{
Expand Down

0 comments on commit b9ec8c1

Please sign in to comment.