flake: fix infrec
Some checks are pending
Build / Find uncached packages (push) Waiting to run
Build / build-uncached (push) Blocked by required conditions
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (push) Waiting to run
Run Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Waiting to run
Run Checks / build (push) Blocked by required conditions
Nix / nix (push) Waiting to run

This commit is contained in:
raf 2025-07-24 21:17:08 +03:00
commit a58b8a0136
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -95,7 +95,9 @@
packages = [pkgs.npins];
};
};
};
flake = {
# In case I ever decide to use Hydra.
hydraJobs = self.packages;
};