Pinned es-de reference to nixpkgs-stable

This commit is contained in:
Jan-Bulthuis 2025-02-23 14:52:46 +01:00
parent 8f2708d137
commit 8858b2967c
1 changed files with 2 additions and 1 deletions

View File

@ -30,11 +30,12 @@ in
];
# TODO: Remove once emulationstation-de fixes the issue
# TODO: If not fixed, at least pin the specific commit properly
nixpkgs.overlays =
let
pkgs-stable = import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/nixos-24.11.tar.gz";
sha256 = "0pbvwix9vjkdan1nxxzqfg2yap28afqf8m2nlw1xkqp5c832bkkz";
sha256 = "1wr1xzkw7v8biqqjcr867gbpqf3kibkgly36lcnhw0glvkr1i986";
}) { inherit system; };
in
[