1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-07-14 15:20:28 +03:00

ci: Actually run instantiate task

This commit is contained in:
Samuel Dionne-Riel 2021-02-02 05:52:46 -05:00
parent d14b99e90f
commit a538c87aea

View File

@ -19,6 +19,8 @@ jobs:
steps:
- uses: "actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f"
- uses: "cachix/install-nix-action@07da2520eebede906fbeefa9dd0a2b635323909d"
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Instantiation"
run: |
nix-env --out-path -qaP --no-name -f .ci/instantiate-all.nix \