Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 authored Apr 16, 2024
1 parent e1f62b8 commit cf2bede
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 @@ -73,7 +73,7 @@
};

packages = tomolib.forAllSystems (system:
import ./pkgs { pkgs = nixpkgs.legacyPackages.${system}; };
import ./pkgs { pkgs = nixpkgs.legacyPackages.${system}; }
);
legacyPackages = tomolib.forAllSystems (system: (packages.${system} // { lib = tomolib; }));

Expand Down

0 comments on commit cf2bede

Please sign in to comment.