aboutsummaryrefslogtreecommitdiff
path: root/root/nix/systems.nix
diff options
context:
space:
mode:
Diffstat (limited to 'root/nix/systems.nix')
-rw-r--r--root/nix/systems.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/root/nix/systems.nix b/root/nix/systems.nix
new file mode 100644
index 0000000..ce708c6
--- /dev/null
+++ b/root/nix/systems.nix
@@ -0,0 +1,3 @@
+{
+ systems = [ "x86_64-linux" ];
+}