Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Jul 15, 2024
1 parent eea347d commit 98039ba
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 118 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/build.yml

This file was deleted.

42 changes: 0 additions & 42 deletions ci.nix

This file was deleted.

5 changes: 0 additions & 5 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{ pkgs ? import <nixpkgs> { } }:

{
# The `lib`, `modules`, and `overlays` names are special
lib = import ./lib { inherit pkgs; }; # functions
modules = import ./modules; # NixOS modules
overlays = import ./overlays; # nixpkgs overlays

xivlauncher-rb = pkgs.callPackage ./pkgs/xivlauncher-rb { };
}
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "Cross-platform version of XIVLauncher, optimized for Steam Deck";
description = "Custom launcher for FFXIV";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
outputs = { self, nixpkgs }:
let
Expand Down
3 changes: 0 additions & 3 deletions lib/default.nix

This file was deleted.

1 change: 0 additions & 1 deletion modules/default.nix

This file was deleted.

11 changes: 0 additions & 11 deletions overlay.nix

This file was deleted.

1 change: 0 additions & 1 deletion overlays/default.nix

This file was deleted.

0 comments on commit 98039ba

Please sign in to comment.