Skip to content

Commit e8ecbd7

Browse files
committed
Mention other possible system values in flake.nix comment
1 parent 7275acb commit e8ecbd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/default/flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
{ self, nix-starter-kit }:
1010
let
1111
# FIXME: fill in values according to your system and OS settings
12+
# other possible values: x86_64-linux, x86_64-darwin
1213
system = "aarch64-darwin";
1314
settings = {
1415
username = "sperber";

0 commit comments

Comments
 (0)