Skip to content

Commit

Permalink
patch arion ssl_version error on versions >23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra committed Jul 11, 2024
1 parent 1b4d6a0 commit aa133ea
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
17 changes: 17 additions & 0 deletions flake.lock

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

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
regression.url = "github:nixos/nixpkgs/23.11";
stable.url = "github:nixos/nixpkgs/24.05";
lime3ds.url = "github:arthsmn/nixpkgs/lime3ds";
arion.url = "github:AkechiShiro/nixpkgs/arion-use-docker-compose-v2";
workman-vim = {
url = "gitlab:ajgrf/workman-vim-bindings";
flake = false;
Expand Down Expand Up @@ -185,6 +186,7 @@
regression
stable
lime3ds
arion
;
});

Expand Down
3 changes: 2 additions & 1 deletion home-manager/kiara/features/tools/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
lib,
pkgs,
arion,
...
}: {
imports = [
Expand All @@ -23,6 +24,7 @@
home.packages =
[
pkgs.xfce.exo
arion.arion

## credentials / security
(pkgs.pass.withExtensions (exts:
Expand Down Expand Up @@ -53,7 +55,6 @@
thefuck
pandoc # lesspipe
docker-client
arion
## command-line dropins (ish)

xxh
Expand Down

0 comments on commit aa133ea

Please sign in to comment.