mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-22 20:23:10 +00:00
feat: polish
This commit is contained in:
parent
ea5cf90ff1
commit
73a1a65442
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ One example of importing the above configuration as a NixOS module is as follows
|
|||
modules = [
|
||||
./configuration.nix
|
||||
|
||||
# import the module that contains our overlays
|
||||
# import the module that contains overlays
|
||||
(import ./overlays)
|
||||
];
|
||||
};
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
modules = [
|
||||
./configuration.nix
|
||||
|
||||
# 引入 overlays Module
|
||||
# 引入定义了 overlays 的 Module
|
||||
(import ./overlays)
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue