Skip to content

Commit

Permalink
#32 Support NixOS 23.05
Browse files Browse the repository at this point in the history
Support NixOS 23.05
  • Loading branch information
lazamar authored Jul 31, 2023
2 parents 1874fce + 4a35344 commit e13070d
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_05
| Nixos_22_11
| Nixos_22_05
| Nixos_21_11
Expand Down Expand Up @@ -104,6 +105,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_05 -> "nixos-23.05"
Nixos_22_11 -> "nixos-22.11"
Nixos_22_05 -> "nixos-22.05"
Nixos_21_11 -> "nixos-21.11"
Expand Down

0 comments on commit e13070d

Please sign in to comment.