Skip to content

Commit

Permalink
envs/buildroot/shell: add TODO for nixpkgs override.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Jun 23, 2024
1 parent 9094a7c commit 9c8cace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/buildroot/shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
# Unstable is required as stable does not contain required glib
pkgs ? import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz";
url = "https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz"; # TODO: Remove unstable override, when we have 24.11
}) { }
, extraPkgs ? []
}:
Expand Down

0 comments on commit 9c8cace

Please sign in to comment.