1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: use newest zoom-us

This commit is contained in:
2021-01-15 14:09:06 +01:00
parent 5923f3341a
commit 5175f3f819
5 changed files with 12 additions and 14 deletions

View File

@@ -1,8 +1,9 @@
{
nixpkgs-unstable = builtins.fetchGit {
rec {
nixpkgs-src = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs";
rev = "c40f06022a83d6f286dd2a906e1d5fefcc05dfa1";
rev = "f3042e30785437f6cb2d99b15625b962fb96799f";
};
nixpkgs-unstable = import nixpkgs-src { config.allowUnfree = true; };
sshPort = 22022;