From 4e9a51a15ceb27e5141819142a7d2ee827943fc8 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 8 Apr 2023 21:03:53 +0200 Subject: [PATCH] Hi --- default.nix | 6 ++++++ flake.nix | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 default.nix create mode 100644 flake.nix diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..b49d138 --- /dev/null +++ b/default.nix @@ -0,0 +1,6 @@ +[ + "aarch64-darwin" + "aarch64-linux" + "x86_64-darwin" + "x86_64-linux" +] diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..3cfd83f --- /dev/null +++ b/flake.nix @@ -0,0 +1,6 @@ +{ + description = "Externally extensible flake systems"; + + # For usage, see the README.md + outputs = _: { }; +}