flake: packages: convert to 'flake-parts'
This commit is contained in:
parent
2b969f7726
commit
ec036255ad
2 changed files with 14 additions and 12 deletions
|
|
@ -26,8 +26,6 @@ let
|
|||
default = self.apps.${system}.diff-flake;
|
||||
};
|
||||
|
||||
packages = import ./packages.nix inputs system;
|
||||
|
||||
# Work-around for https://github.com/nix-community/home-manager/issues/3075
|
||||
legacyPackages = {
|
||||
homeConfigurations = {
|
||||
|
|
@ -75,6 +73,7 @@ flake-parts.lib.mkFlake { inherit inputs; } {
|
|||
./lib.nix
|
||||
./nixos.nix
|
||||
./overlays.nix
|
||||
./packages.nix
|
||||
];
|
||||
|
||||
flake = (eachMySystem systemDependant);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue