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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user