overlays: Update NUR hash
This commit is contained in:
parent
da3ae11322
commit
466c8752b1
@ -3,7 +3,7 @@ pkgs: final: prev:
|
|||||||
{
|
{
|
||||||
nur = import (builtins.fetchTarball {
|
nur = import (builtins.fetchTarball {
|
||||||
url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
|
url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
|
||||||
sha256 = "0wz80fm1apnv5wpg4rmj91vvnpbzi39fv91mvxr98rqvpl8fqh2c";
|
sha256 = "08s9wk0303vxpi9waf77jz96z9nmfhgaciwxc37jyy1zib7wh6h9";
|
||||||
}) {
|
}) {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
};
|
};
|
||||||
|
@ -6,5 +6,12 @@ let
|
|||||||
fetchTarball
|
fetchTarball
|
||||||
https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz;
|
https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz;
|
||||||
in {
|
in {
|
||||||
unstable = import unstableTarball {};
|
unstable = import unstableTarball {
|
||||||
|
# TODO
|
||||||
|
#allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
# "firmwareLinuxNonfree" "microcodeAmd" "microcodeIntel"
|
||||||
|
# "steam" "steam-original" "steam-runtime"
|
||||||
|
# "discord"
|
||||||
|
#];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user