Add main flake

This commit is contained in:
Daan Vanoverloop 2023-07-01 13:46:46 +02:00
parent 5a72312429
commit a2004a19ff
1 changed files with 6 additions and 0 deletions

6
flake.nix Normal file
View File

@ -0,0 +1,6 @@
inputs = {
rust = {
url = "./dev/rust";
inputs.nixpkgs.follows = "nixpkgs";
};
};