change allowed-uris (#57)

This commit is contained in:
Dennis 2024-02-02 06:46:47 +01:00 committed by GitHub
parent 9f863eac6e
commit 320e2225ce

View File

@ -11,7 +11,7 @@
};
nix.extraOptions = ''
allowed-uris = https://github.com ssh://github.com https://git.wavelens.io ssh://git.wavelens.io
allowed-uris = github: gitlab: git+https:// git+ssh:// https://
'';
nixpkgs.config.packageOverrides = pkgs: { vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; }; };