Skip to content

Commit

Permalink
downgrade to nixpkgs 23.11
Browse files Browse the repository at this point in the history
24.05 is incompatible with rules_nixpkgs at this point due to
NixOS/nixpkgs#292043.
  • Loading branch information
aherrmann committed Jun 18, 2024
1 parent ec35dce commit af00cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# NixOS 24.05 (2024-06-14)
import (fetchTarball "https://github.com/nixos/nixpkgs/archive/cc54fb41d13736e92229c21627ea4f22199fee6b.tar.gz")
# NixOS 23.11 (2024-06-15)
import (fetchTarball "https://github.com/nixos/nixpkgs/archive/842253bf992c3a7157b67600c2857193f126563a.tar.gz")

0 comments on commit af00cca

Please sign in to comment.