diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-16 15:17:23 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-16 15:17:23 +0200 |
| commit | fc7d0876caed738e72b3a6b0c288bced96f79529 (patch) | |
| tree | 56142a08c88c7313bfb1f8546824b347864cf56c /modules/parts.nix | |
| parent | 7d484f0e61df24d94481d6f3bfef9fcdff792eb0 (diff) | |
Switched to vimjoyer's nix parts template
Diffstat (limited to 'modules/parts.nix')
| -rw-r--r-- | modules/parts.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/parts.nix b/modules/parts.nix new file mode 100644 index 0000000..8afaa04 --- /dev/null +++ b/modules/parts.nix @@ -0,0 +1,7 @@ +{ + config = { + systems = [ + "x86_64-linux" + ]; + }; +} |
