all repos — nix-packages @ 2d4b20f5a15ad0e094c60963c8a1736e608ebf58

My personal collection of packages for nix

rename self

Alin
commit

2d4b20f5a15ad0e094c60963c8a1736e608ebf58

parent

a68078d5c7818e6f2e4f271e4b4b23236961ba75

3 files changed, 4 insertions(+), 4 deletions(-)

changed files
M .github/workflows/build.yml.github/workflows/build.yml
@@ -15,7 +15,7 @@ # SSH private key
key: ${{ secrets.SSH_KEY_NIXREMOTE }} name: id_ed25519 known_hosts: | - linde.alanpearce.eu ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHdh3J7dEmh9G+CVmzFEC8/ont35ZXpCFcpLUO863vC + linde.alin.ovh ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHdh3J7dEmh9G+CVmzFEC8/ont35ZXpCFcpLUO863vC - name: Checkout uses: actions/checkout@v4 - name: Install Nix
@@ -36,4 +36,4 @@ run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Build nix packages run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs - name: Populate binary cache - run: nix copy --substitute-on-destination --to ssh://nixremote@linde.alanpearce.eu . + run: nix copy --substitute-on-destination --to ssh://nixremote@linde.alin.ovh .
M pkgs/dirstat-rs/default.nixpkgs/dirstat-rs/default.nix
@@ -21,7 +21,7 @@ meta = {
description = "Fastest(?) disk usage cli, similar to windirstat"; homepage = "https://github.com/scullionw/dirstat-rs"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ alanpearce ]; + maintainers = with lib.maintainers; [ alinnow ]; mainProgram = "dirstat-rs"; }; }
M pkgs/projectdo/default.nixpkgs/projectdo/default.nix
@@ -52,7 +52,7 @@ meta = {
description = "Context-aware single-letter project commands to speed up your terminal workflow"; homepage = "https://github.com/paldepind/projectdo"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ alanpearce ]; + maintainers = with lib.maintainers; [ alinnow ]; mainProgram = "projectdo"; platforms = lib.platforms.all; };