Skip to content

Commit

Permalink
Merge pull request #38 from adminy/patch-1
Browse files Browse the repository at this point in the history
add 23.11 channel support
  • Loading branch information
lazamar authored Jan 31, 2024
2 parents fb39c03 + 05b51d3 commit 021f278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Nix.hs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ data Channel
| Nixpkgs_18_03_darwin
| Nixpkgs_17_09_darwin
| Nixos_unstable
| Nixos_23_11
| Nixos_23_05
| Nixos_22_11
| Nixos_22_05
Expand Down Expand Up @@ -105,6 +106,7 @@ channelBranch = Git.Branch . \case
Nixpkgs_18_03_darwin -> "nixpkgs-18.03-darwin"
Nixpkgs_17_09_darwin -> "nixpkgs-17.09-darwin"
Nixos_unstable -> "nixos-unstable"
Nixos_23_11 -> "nixos-23.11"
Nixos_23_05 -> "nixos-23.05"
Nixos_22_11 -> "nixos-22.11"
Nixos_22_05 -> "nixos-22.05"
Expand Down

0 comments on commit 021f278

Please sign in to comment.