Skip to content

Commit

Permalink
Do not fail on inability to produce nix pkglinks after 5e86fa3
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 20, 2022
1 parent aff7fe9 commit 474878d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repos.d/nixos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
url: https://github.com/NixOS/nixpkgs
packagelinks:
- type: PACKAGE_RECIPE
url: 'https://github.com/NixOS/nixpkgs/blob/release-21.05/{posfile}#L{posline}'
url: 'https://github.com/NixOS/nixpkgs/blob/release-21.05/{?posfile}#L{?posline}'
groups: [ all, production, nix ]

- name: nix_stable_21_11
Expand Down Expand Up @@ -56,7 +56,7 @@
url: https://github.com/NixOS/nixpkgs
packagelinks:
- type: PACKAGE_RECIPE
url: 'https://github.com/NixOS/nixpkgs/blob/release-21.11/{posfile}#L{posline}'
url: 'https://github.com/NixOS/nixpkgs/blob/release-21.11/{?posfile}#L{?posline}'
groups: [ all, production, nix ]

- name: nix_unstable
Expand Down Expand Up @@ -84,5 +84,5 @@
url: https://github.com/NixOS/nixpkgs
packagelinks:
- type: PACKAGE_RECIPE
url: 'https://github.com/NixOS/nixpkgs/blob/master/{posfile}#L{posline}'
url: 'https://github.com/NixOS/nixpkgs/blob/master/{?posfile}#L{?posline}'
groups: [ all, production, have_testdata, nix ]

0 comments on commit 474878d

Please sign in to comment.