Skip to content

Commit

Permalink
Reduce directory nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Jan 19, 2025
1 parent f22e099 commit ddf0a3e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pkgs ? import <nixpkgs> { },
}:
{
xivlauncher-rb = pkgs.callPackage pkgs/xivlauncher-rb/default.nix { };
xivlauncher-rb = pkgs.callPackage ./xivlauncher-rb { };
}
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
in
{
packages.${system} = rec {
xivlauncher-rb = pkgs.callPackage ./pkgs/xivlauncher-rb { };
xivlauncher-rb = pkgs.callPackage ./xivlauncher-rb { };
default = xivlauncher-rb;
};

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ddf0a3e

Please sign in to comment.