Skip to content

Commit

Permalink
gh-actions: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Jun 28, 2024
1 parent 46872d0 commit b4a0548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flake-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- uses: cachix/install-nix-action@V27

- name: patch stable
if: matrix.target == "stable"
if: matrix.target == 'stable'
run: |
sed -i flake.nix \
-e 's|url = "github:NixOS/nixpkgs/nixos-unstable"|follows = "nixpkgs-stable"|g' \
-e 's|url = "github:nix-community/home-manager"|follows = "home-manager-stable"|g' \
-e 's|url = "github:nix-community/nixvim""|follows = "nixvim-stable"|g'
-e 's|url = "github:nix-community/nixvim|follows = "nixvim-stable"|g'
- run: nix build -L

0 comments on commit b4a0548

Please sign in to comment.