feat: update nixpkgs, fix bug

This commit is contained in:
Ryan Yin
2026-05-03 13:04:01 +08:00
parent 93c7507874
commit 762896ddb9
4 changed files with 12 additions and 4 deletions
+2
View File
@@ -49,6 +49,8 @@ let
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
overlays = import ../overlays args;
};
};