Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasOnatsu committed Dec 13, 2024
1 parent 3e1c75c commit 5aa6673
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,24 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
name: fmo-os
authToken: '${{ secrets.CACHIX_TOKEN }}'
nix_path: nixpkgs=channel:nixos-unstable
enable_kvm: true
extra_nix_config: |
show-trace = true
max-jobs = auto
cores = 0
substitute = true
always-allow-substitute = true
always-allow-substitutes = true
substituters = https://cache.nixos.org https://nixpkgs.cachix.org https://nixpkgs-unfree.cachix.org https://nix-community.cachix.org
trusted-substituters = https://cache.nixos.org https://nixpkgs.cachix.org https://nixpkgs-unfree.cachix.org https://nix-community.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nixpkgs.cachix.org-1:q91R6hxbwFvDqTSDKwDAV4T5PxqXGxswD8vhONFMeOE= nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
- name: Prepare build
uses: cachix/cachix-action@v30
with:
name: fmo-os
authToken: '${{ secrets.CACHIX_TOKEN }}'
- name: Build
run: |
nix run nixpkgs#hello
cat /etc/nix/nix.conf
env
nix flake show
#- name: Build
# id: build
Expand Down

0 comments on commit 5aa6673

Please sign in to comment.