Skip to content
Snippets Groups Projects
Verified Commit bfbc2141 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: add missing file for ci

parent d936bde0
No related branches found
No related tags found
No related merge requests found
...@@ -9,20 +9,14 @@ with pkgs'; let ...@@ -9,20 +9,14 @@ with pkgs'; let
}; };
in [ in [
alejandra alejandra
appimage-run
blackbox blackbox
blackbox-terminal
colmena
corepack
coreutils-full coreutils-full
curl curl
d2 d2
dbeaver-bin dbeaver-bin
delve delve
deploy-rs
dialog dialog
dive dive
dolt
drill drill
eza eza
fd fd
...@@ -63,17 +57,9 @@ in [ ...@@ -63,17 +57,9 @@ in [
memcached memcached
netcat netcat
nghttp2 nghttp2
niv
nixfmt
nodejs_22
nodePackages.mermaid-cli nodePackages.mermaid-cli
npm-check-updates
openssh openssh
opentofu
pandoc-katex pandoc-katex
php
php83Packages.php-cs-fixer
phpunit
plantuml plantuml
procps procps
ranger ranger
...@@ -84,5 +70,4 @@ in [ ...@@ -84,5 +70,4 @@ in [
vhs vhs
wget wget
zlib zlib
zlib
] ]
{pkgs, ...}:
pkgs.writeShellScriptBin "clean-up" ''
echo "Cleaning up"
echo "Removing credentials"
${pkgs.git}/bin/git config --global --unset credential.helper
if [ -f /root/.docker/config.json ]; then ${pkgs.coreutils}/bin/rm /root/.docker/config.json; fi
if [ -f .env-gitlab-ci ]; then ${pkgs.coreutils}/bin/rm .env-gitlab-ci; fi
echo "Cleaned up"
''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment