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 ec24a93 commit 382b28e
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/752c634c09ceb50c45e751f8791cb45cb3d46c9e.tar.gz")

0 comments on commit 382b28e

Please sign in to comment.