Firefox widevine

This commit is contained in:
Aleksandr Lebedev 2025-02-15 15:20:38 +01:00
parent df42ce284a
commit fb0b5d1a11
5 changed files with 64 additions and 1 deletions

View file

@ -16,6 +16,9 @@
nixpkgs = {
url = "github:nixos/nixpkgs?ref=nixos-unstable";
};
nixpkgs-master = {
url = "github:nixos/nixpkgs?ref=master";
};
neovim = {
url = "github:kylekrein/neovim";
inputs.nixpkgs.follows = "nixpkgs";