NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(github-actions): check out latest commit on build part

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+3 -1
+3 -1
.github/workflows/update-flakes.yml
··· 49 49 - uses: actions/checkout@v2 50 50 with: 51 51 fetch-depth: 0 52 + ref: main 52 53 53 54 - name: Setup Deterinate Nix 54 55 uses: DeterminateSystems/nix-installer-action@main 55 56 with: 56 57 determinate: true 57 58 58 - - run: nix flake metadata 59 + - name: Show flake metadata 60 + run: nix flake metadata 59 61 60 62 - run: | 61 63 mkdir dist