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
};
in [
alejandra
appimage-run
blackbox
blackbox-terminal
colmena
corepack
coreutils-full
curl
d2
dbeaver-bin
delve
deploy-rs
dialog
dive
dolt
drill
eza
fd
......@@ -63,17 +57,9 @@ in [
memcached
netcat
nghttp2
niv
nixfmt
nodejs_22
nodePackages.mermaid-cli
npm-check-updates
openssh
opentofu
pandoc-katex
php
php83Packages.php-cs-fixer
phpunit
plantuml
procps
ranger
......@@ -84,5 +70,4 @@ in [
vhs
wget
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