From fc7d0876caed738e72b3a6b0c288bced96f79529 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 16 Jun 2026 15:17:23 +0200 Subject: Switched to vimjoyer's nix parts template --- modules/parts.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/parts.nix (limited to 'modules/parts.nix') 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" + ]; + }; +} -- cgit v1.2.3