fix: syntax error

This commit is contained in:
ryan4yin
2023-05-07 00:10:15 +08:00
parent bb47747529
commit 99e12fde04
5 changed files with 45 additions and 18 deletions

View File

@@ -46,7 +46,7 @@
nixpkgs-wayland = { url = "github:nix-community/nixpkgs-wayland"; };
# nixos-cn 提供了一些国内常用的程序包,如 qq wechat dingtalk 等
inputs.nixos-cn = {
nixos-cn = {
url = "github:nixos-cn/flakes";
# 强制 nixos-cn 和该 flake 使用相同版本的 nixpkgs
inputs.nixpkgs.follows = "nixpkgs";
@@ -60,6 +60,7 @@
self,
nixpkgs,
home-manager,
nixos-cn,
...
}: {
# 名为 nixosConfigurations 的 outputs 会在执行 `nixos-rebuild switch --flake .` 时被使用