Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Apr 20, 2024
1 parent cf2bede commit 08265f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
];
};

packages = tomolib.forAllSystems (system:
import ./pkgs { pkgs = nixpkgs.legacyPackages.${system}; }
packages = tomolib.forAllSystems (pkgs:
import ./pkgs { inherit pkgs; }
);
legacyPackages = tomolib.forAllSystems (system: (packages.${system} // { lib = tomolib; }));
/* 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 08265f1

Please sign in to comment.