From 5ebf2d9d57ae7ef7f214aa3b2f715b299018d305 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 22 Dec 2023 13:35:07 +0100 Subject: [PATCH] Put nix shell on the project root --- src/.envrc => .envrc | 0 src/shell.nix => shell.nix | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/.envrc => .envrc (100%) rename src/shell.nix => shell.nix (100%) diff --git a/src/.envrc b/.envrc similarity index 100% rename from src/.envrc rename to .envrc diff --git a/src/shell.nix b/shell.nix similarity index 100% rename from src/shell.nix rename to shell.nix