Skip to content

Commit

Permalink
Remove obsolete scripts and update flake (#134)
Browse files Browse the repository at this point in the history
- Bash script to issue renku events are now obsolete, since
  `search-cli` now covers them all
- Update nix flake
  • Loading branch information
eikek authored May 22, 2024
1 parent d2f60bf commit 6d36c43
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 362 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

35 changes: 0 additions & 35 deletions nix/dev-scripts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,6 @@
writeShellScriptBin,
devshell-tools,
}: rec {
redis-project-create = devshell-tools.lib.installScript {
script = ./scripts/redis-project-create;
inherit system;
};

redis-project-update = devshell-tools.lib.installScript {
script = ./scripts/redis-project-update;
inherit system;
};

redis-project-remove = devshell-tools.lib.installScript {
script = ./scripts/redis-project-remove;
inherit system;
};

redis-user-add = devshell-tools.lib.installScript {
script = ./scripts/redis-user-add;
inherit system;
};

redis-user-remove = devshell-tools.lib.installScript {
script = ./scripts/redis-user-remove;
inherit system;
};

redis-auth-add = devshell-tools.lib.installScript {
script = ./scripts/redis-auth-add;
inherit system;
};

redis-auth-remove = devshell-tools.lib.installScript {
script = ./scripts/redis-auth-remove;
inherit system;
};

redis-port-forward = devshell-tools.lib.installScript {
script = ./scripts/redis-port-forward;
inherit system;
Expand Down
46 changes: 0 additions & 46 deletions nix/scripts/redis-auth-add

This file was deleted.

42 changes: 0 additions & 42 deletions nix/scripts/redis-auth-remove

This file was deleted.

57 changes: 0 additions & 57 deletions nix/scripts/redis-project-create

This file was deleted.

37 changes: 0 additions & 37 deletions nix/scripts/redis-project-remove

This file was deleted.

54 changes: 0 additions & 54 deletions nix/scripts/redis-project-update

This file was deleted.

48 changes: 0 additions & 48 deletions nix/scripts/redis-user-add

This file was deleted.

37 changes: 0 additions & 37 deletions nix/scripts/redis-user-remove

This file was deleted.

0 comments on commit 6d36c43

Please sign in to comment.