Skip to content

Commit

Permalink
test determinate installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Oct 31, 2023
1 parent 712d4f5 commit b803ae9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitea/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-23.05
#- uses: cachix/install-nix-action@v23
# with:
# nix_path: nixpkgs=channel:nixos-23.05
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: nix build

0 comments on commit b803ae9

Please sign in to comment.