Skip to content

Commit

Permalink
remove detsys stuff, not reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jan 18, 2024
1 parent e8a3760 commit 49270c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: yaxitech/nix-install-pkgs-action@v3
with:
inputs-from: ./dev
packages: "nixpkgs#nixci, nix"
packages: "nixpkgs"
- run: |
nix --version
nixci

0 comments on commit 49270c1

Please sign in to comment.