There was an error while loading. Please reload this page.
1 parent 21fb7f3 commit 7f1354dCopy full SHA for 7f1354d
1 file changed
README.md
@@ -29,11 +29,11 @@ nix-shell https://ln-s.sh/unflake -A unflake-shell --run unflake
29
Build `my-laptop` nixos config:
30
31
```console
32
-nixos-rebuild build -f . -A nixosConfigurations.my-laptop
+nixos-rebuild build --file . --attr nixosConfigurations.my-laptop
33
```
34
35
alternatively:
36
37
38
-nix-build -A nixosConfigurations.my-laptop.config.system.build.toplevel
+nix-build --attr nixosConfigurations.my-laptop.config.system.build.toplevel
39
0 commit comments