Skip to content

Commit d02a5ab

Browse files
committed
feat(nix): introduce sandbox profile
1 parent 9a5aded commit d02a5ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
inherit (profile) mkProfiles;
2121

2222
profiles = [
23+
{ name = "darwin-sandbox"; username = "virtualization"; }
2324
{ name = "personal"; username = "spywhere"; }
2425
{ name = "work"; username = "slueangsaksr"; }
2526
];

0 commit comments

Comments
 (0)