all repos — nix-packages @ 7c76ff69ba6b425e262642e1d766368db7467c9b

My personal collection of packages for nix

remove github CI file

Alin
commit

7c76ff69ba6b425e262642e1d766368db7467c9b

parent

08a1cb2b4fd992ee0f077c56855123372c97486b

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

changed files
D .github/workflows/build.yml
@@ -1,39 +0,0 @@
-on: - push: - branches: [main] - schedule: - - cron: 37 4 * * * - -jobs: - build: - runs-on: macos-15 - steps: - - name: Install SSH Key - uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 - with: - # SSH private key - key: ${{ secrets.SSH_KEY_NIXREMOTE }} - name: id_ed25519 - known_hosts: | - binarycache.alin.ovh ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINU03etY1me+35aJ7DTJID60cHlvYx6lV8A6V+OiR7hr - - name: Checkout - uses: actions/checkout@v4 - - name: Install Nix - uses: cachix/install-nix-action@v31 - with: - nix_path: nixpkgs=channel:nixos-unstable - - name: Check evaluation - run: | - nix-env -f . -qa \* --meta --xml \ - --allowed-uris https://static.rust-lang.org \ - --option restrict-eval true \ - --option allow-import-from-derivation true \ - --drv-path --show-trace \ - -I nixpkgs=$(nix-instantiate --find-file nixpkgs) \ - -I $PWD - - name: Show nixpkgs version - 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@binarycache.alin.ovh .