This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let | |
pkgs = import <nixpkgs> {}; | |
lacrosVersion = "120.0.6098.0"; | |
widevine-installer = pkgs.stdenv.mkDerivation rec { | |
name = "widevine-installer"; | |
version = "7a3928fe1342fb07d96f61c2b094e3287588958b"; | |
src = pkgs.fetchFromGitHub { | |
owner = "AsahiLinux"; | |
repo = "${name}"; | |
rev = "${version}"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Example of a user's .screenrc file | |
# | |
# This is how one can set a reattach password: | |
# password ODSJQf.4IJN7E # "1234" | |
# no annoying audible bell, please | |
vbell on |