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 32ccb9b commit e1f62b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@
];
};

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

devShells = tomolib.forAllSystems (pkgs: import ./lib/shells.nix { inherit pkgs home-manager; });
};
Expand Down

0 comments on commit e1f62b8

Please sign in to comment.