Skip to content

Commit

Permalink
Add missing metadata to some packages; remove argon-kg
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Jan 23, 2024
1 parent 5531a7e commit 36756be
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 32 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
- 9mount: A set of SUID tools for mounting 9p filesystems via v9fs - https://sqweek.net/code/9mount
- SwayAudioIdleInhibit: Prevent swayidle from sleeping while any application is outputting or receiving audio - https://github.com/ErikReider/SwayAudioIdleInhibit
- XWaylandVideoBridge: Utility to allow streaming Wayland windows to X applications - https://invent.kde.org/system/xwaylandvideobridge
- agregore: no description - no homepage
- argon-kg: no description - no homepage
- agregore: A minimal browser for the distributed web - https://github.com/AgregoreWeb/agregore-browser
- capnp-go: Cap'n Proto library and code generator for Go - https://github.com/capnproto/go-capnp
- e2eirc: no description - no homepage
- e2eirc: E2EIRC allows you to create end to end encrpyted chat rooms on Regular (Unmodified) IRC servers and your favorite IRC client. - https://github.com/novus0rdo/e2eirc
- flameshot-fixed: A fork of Flameshot without selection lag, configured to work with Wayland - https://github.com/lbatalha/flameshot
- foot-transparent: A fast, lightweight and minimalistic Wayland terminal emulator - https://codeberg.org/dnkl/foot/
- fusepod: A userspace filesystem which mounts your iPod. - https://github.com/keegancsmith/FUSEPod
Expand All @@ -17,7 +16,7 @@
- msp-cgt: MSP430 code generation tools - https://www.ti.com/tool/MSP-CGT
- mspgcc-ti: Open Source Compiler for MSP Microcontrollers - https://www.ti.com/tool/MSP430-GCC-OPENSOURCE
- nixci: Define and build CI for Nix projects anywhere - https://github.com/srid/nixci
- prettier-plugin-go-template: no description - no homepage
- prettier-plugin-go-template: Fixes prettier formatting for go templates - https://github.com/NiklasPor/prettier-plugin-go-template
- redis-json: RedisJSON - a JSON data type for Redis - https://github.com/RedisJSON/RedisJSON
- samloader: Download Samsung firmware from official servers - https://github.com/samloader/samloader
- wayland-shell: Small-scale replacement of the GNOME Shell - https://github.com/nilsherzig/wayland-shell
24 changes: 0 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
description = "A personal collection of unusual things";

inputs.argon-kg.url = "github:42loco42/argon-kg";
inputs.argon-kg.inputs.nixpkgs.follows = "nixpkgs";
inputs.argon-kg.inputs.flake-utils.follows = "flake-utils";
# inputs.argon-kg.url = "github:42loco42/argon-kg";
# inputs.argon-kg.inputs.nixpkgs.follows = "nixpkgs";
# inputs.argon-kg.inputs.flake-utils.follows = "flake-utils";

# inputs.nimble.inputs.nixpkgs.follows = "nixpkgs";

Expand All @@ -17,6 +17,7 @@
packages.${system} = rec {
inherit (pkgs) nixci; # expose nixci to reduce nixpkgs lookup

# argon-kg = self.inputs.argon-kg.outputs.defaultPackage.${system};
# boomer = pkgs.callPackage ./packages/boomer.nix { inherit nimblePkgs; };
# certbot-dns-duckdns = pkgs.callPackage ./packages/certbot-dns-duckdns.nix { };
# musializer = pkgs.callPackage ./packages/musializer.nix { };
Expand All @@ -26,7 +27,6 @@
SwayAudioIdleInhibit = pkgs.callPackage ./packages/SwayAudioIdleInhibit.nix { };
XWaylandVideoBridge = pkgs.callPackage ./packages/XWaylandVideoBridge.nix { };
agregore = pkgs.callPackage ./packages/agregore { };
argon-kg = self.inputs.argon-kg.outputs.defaultPackage.${system};
capnp-go = pkgs.callPackage ./packages/capnp-go.nix { };
e2eirc = pkgs.callPackage ./packages/e2eirc.nix { };
flameshot-fixed = pkgs.callPackage ./packages/flameshot-fixed.nix { };
Expand Down
5 changes: 5 additions & 0 deletions packages/agregore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ stdenvNoCC.mkDerivation {
makeWrapper "${getExe electron}" $out/bin/agregore \
--chdir $out/agregore --add-flags "."
'';

meta = {
description = "A minimal browser for the distributed web";
homepage = "https://github.com/AgregoreWeb/agregore-browser";
};
}
5 changes: 5 additions & 0 deletions packages/e2eirc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
};
patches = [ ./e2eirc.patch ];
vendorHash = "sha256-TUjjxOsP7tmIaT7M9alaz1Of4uD+kda1Z9qUSdSwf7s=";

meta = {
description = "E2EIRC allows you to create end to end encrpyted chat rooms on Regular (Unmodified) IRC servers and your favorite IRC client.";
homepage = "https://github.com/novus0rdo/e2eirc";
};
}
5 changes: 5 additions & 0 deletions packages/prettier-plugin-go-template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@
| grep -Exv "\./(ulid|prettier)" \
| xargs rm -rf
'';

meta = {
description = "Fixes prettier formatting for go templates";
homepage = "https://github.com/NiklasPor/prettier-plugin-go-template";
};
}

0 comments on commit 36756be

Please sign in to comment.