Put nix shell on the project root

This commit is contained in:
Yorick Barbanneau 2023-12-22 13:35:07 +01:00
parent 6e2d2c2a7b
commit 5ebf2d9d57
2 changed files with 0 additions and 0 deletions

View file

@ -1 +0,0 @@
use nix

View file

@ -1,8 +0,0 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
# Defines a python + set of packages.
python3
];
}