all repos — nix-packages @ bd1221c12909771e22c703fe445c5fa74dcee539

My personal collection of packages for nix

remove sourcehut build config

Alan Pearce
commit

bd1221c12909771e22c703fe445c5fa74dcee539

parent

fcd8261d42ab0aaff912121d3267a1c8ac9b9703

1 file changed, 0 insertions(+), 27 deletions(-)

jump to
D .build.yml
@@ -1,27 +0,0 @@
-image: nixos/unstable -sources: - - https://git.alanpearce.eu/nix-packages -secrets: - - 5a04c7f9-bba4-40ab-b54c-a2daae2989e8 -environment: - NIX_CONFIG: | - experimental-features = nix-command flakes - extra-substituters = https://binarycache.alanpearce.eu - extra-trusted-public-keys = binarycache.alanpearce.eu:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4= - SSH_KNOWN_HOSTS: | - linde.alanpearce.eu ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHdh3J7dEmh9G+CVmzFEC8/ont35ZXpCFcpLUO863vC -repositories: - nixpkgs: https://nixos.org/channels/nixpkgs-unstable -tasks: - - ssh_config: | - echo $SSH_KNOWN_HOSTS >> ~/.ssh/known_hosts - - nixpkgs: | - nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version' - - - build: | - nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached nix-packages/ci.nix -A cacheOutputs - - - push-cache: | - nix copy --substitute-on-destination \ - --to ssh://nixremote@linde.alanpearce.eu \ - ./nix-packages