overlays: Update NUR hash

This commit is contained in:
PapaTutuWawa 2021-10-22 14:58:46 +02:00
parent da3ae11322
commit 466c8752b1
2 changed files with 9 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pkgs: final: prev:
{
nur = import (builtins.fetchTarball {
url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
sha256 = "0wz80fm1apnv5wpg4rmj91vvnpbzi39fv91mvxr98rqvpl8fqh2c";
sha256 = "08s9wk0303vxpi9waf77jz96z9nmfhgaciwxc37jyy1zib7wh6h9";
}) {
inherit pkgs;
};

View File

@ -6,5 +6,12 @@ let
fetchTarball
https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz;
in {
unstable = import unstableTarball {};
unstable = import unstableTarball {
# TODO
#allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# "firmwareLinuxNonfree" "microcodeAmd" "microcodeIntel"
# "steam" "steam-original" "steam-runtime"
# "discord"
#];
};
}