summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-02-11 17:18:13 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-02-11 17:18:32 +0100
commit84d6a76d15345cdbd11fac5a079e04c81e484238 (patch)
tree2d35b91650b7ef75633840f2b2069cfd3d10422c
add flake
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
new file mode 100644
index 0000000..e18fbb4
--- /dev/null
+++ b/flake.nix
@@ -0,0 +1,4 @@
+{
+ outputs = { self }: {
+ };
+}