Skip to content

Commit

Permalink
Remove unnecessary pkgs/default.nix (#981)
Browse files Browse the repository at this point in the history
Follow GH-979
  • Loading branch information
kachick authored Dec 6, 2024
1 parent a959307 commit fa5f70c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
let
pkgs = mkPkgs system;
in
pkgs.lib.filterAttrs (n: v: n != "default") pkgs.my
pkgs.my
);

apps = forAllSystems (
Expand Down
5 changes: 3 additions & 2 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
}:
[
(final: _prev: {
my = import ../pkgs {
pkgs = final.pkgs;
my = final.lib.packagesFromDirectoryRecursive {
inherit (final) callPackage;
directory = ../pkgs;
};
})

Expand Down
6 changes: 0 additions & 6 deletions pkgs/default.nix

This file was deleted.

0 comments on commit fa5f70c

Please sign in to comment.