mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
fix: syntax error
This commit is contained in:
@@ -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 .` 时被使用
|
||||
|
||||
Reference in New Issue
Block a user