Skip to content

Commit

Permalink
add sillysecrets
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Dec 4, 2024
1 parent b3e7299 commit 4c8bf98
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A personal collection of unusual things
* substituter: `https://attic.eleonora.gay/default`
* public key: `default:3FYh8sZV8gWa7Jc5jlP7gZFK7pt3kaHRiV70ySaQ42g=`

## 46 Packages
## 47 Packages

| Name | Version | Description | Homepage |
|------|---------|-------------|----------|
Expand Down Expand Up @@ -48,6 +48,7 @@ A personal collection of unusual things
|`sae_pk_gen`|`72e2975`|SAE-PK key generator|https://github.com/vanhoefm/hostap-wpa3|
|`samloader`|`master`|Download Samsung firmware from official servers|https://github.com/samloader/samloader|
|`sfnt2woff-zopfli`|`1.3.1`|WOFF utilities with Zopfli compression|https://github.com/bramstein/sfnt2woff-zopfli|
|`sillysecrets`|`1.3.0`|A very silly secrets manager|https://github.com/42LoCo42/sillysecrets|
|`souk`|`66608041`|Independent Flatpak App Store|https://gitlab.gnome.org/haecker-felix/souk|
|`statsite`|`bf68fa2`|C implementation of statsd|https://github.com/statsite/statsite|
|`steel`|`0.6.0`|An embedded scheme interpreter in Rust|https://github.com/mattwparas/steel|
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
(builtins.concatStringsSep "\n")
(x: ''
if [ -n "''${1-}" ]; then
parallel nix build -L '.#{}' << EOF
parallel nix build -L --no-link '.#{}' << EOF
${x}
EOF
fi
Expand Down
6 changes: 2 additions & 4 deletions packages/foot-transparent.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pkgs:
let
nyx = builtins.getFlake "github:notashelf/nyxpkgs/a9c2ef2ea7c4b7e5036f7c60108df2bbcfc9a3c4?narHash=sha256-NiL7KfpHhUx7zLVFKtwPz7d9uJq/ABQEqf1y/lTWSGI=";
in
nyx.packages.${pkgs.system}.foot-transparent // {
let src = builtins.getFlake "github:notashelf/nyxpkgs/a9c2ef2ea7c4b7e5036f7c60108df2bbcfc9a3c4"; in
src.packages.${pkgs.system}.foot-transparent // {
meta.description = "A patched version of the foot terminal emulator that brings back fullscreen transparency";
meta.homepage = "https://github.com/NotAShelf/nyxpkgs/blob/main/pkgs/applications/terminal-emulators/foot-transparent/default.nix";
}
8 changes: 8 additions & 0 deletions packages/sillysecrets.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pkgs:
let src = builtins.getFlake "github:42loco42/sillysecrets/f41630b86abbd9a53828826bcec322290d190b92"; in
src.packages.${pkgs.system}.default.overrideAttrs (old: {
meta = old.meta // {
description = "A very silly secrets manager";
homepage = "https://github.com/42LoCo42/sillysecrets";
};
})

0 comments on commit 4c8bf98

Please sign in to comment.