Skip to content

Commit

Permalink
arpa2: migrate into root flake
Browse files Browse the repository at this point in the history
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
  • Loading branch information
mightyiam authored and augustebaum committed Oct 25, 2023
1 parent 2e2d881 commit a6ec27e
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 151 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
explicitPkgs = import ./pkgs {
inherit (pkgs) lib;
inherit callPackage;
libsForQt5 = pkgs.lib.makeScope pkgs.libsForQt5.newScope (final: allPackages);
};
allPackages = pkgsByName // explicitPkgs;
in
Expand Down
3 changes: 0 additions & 3 deletions pkgs/arpa2/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions pkgs/arpa2/default.nix

This file was deleted.

44 changes: 0 additions & 44 deletions pkgs/arpa2/flake.lock

This file was deleted.

72 changes: 0 additions & 72 deletions pkgs/arpa2/flake.nix

This file was deleted.

20 changes: 0 additions & 20 deletions pkgs/arpa2/overlays/arpa2-packages/default.nix

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
lib,
callPackage,
libsForQt5
}: let
self = rec {
# LiberaForms is intentionally disabled.
Expand Down Expand Up @@ -28,6 +29,8 @@
pretalx-venueless
pretalx-public-voting
;

tlspool-gui = libsForQt5.callPackage ./tlspool-gui {};
};
in
self
File renamed without changes.

0 comments on commit a6ec27e

Please sign in to comment.