nix: fix path to packages

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-31 11:20:15 +03:00
parent adac87bb54
commit cd5fc4c7d0
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -115,7 +115,7 @@
}; };
}) })
// { // {
overlays.default = import ./pkgs; overlays.default = import ./packages;
nixosConfigurations = nixosConfigurations =
nixpkgs.lib.mapAttrs nixpkgs.lib.mapAttrs