treewide: remove nix.package example

This commit is contained in:
Michael Hoang
2024-11-17 01:11:27 +11:00
parent 6d794390fa
commit 7918e24e5b
4 changed files with 4 additions and 13 deletions
-3
View File
@@ -66,9 +66,6 @@ Configuration lives in `~/.nixpkgs/darwin-configuration.nix`. Check out
environment.systemPackages =
[ pkgs.vim
];
# Auto upgrade nix package and the daemon service.
nix.package = pkgs.nix;
}
```