feat(nix): user flake instead regular shell.nix

This commit is contained in:
Yorick Barbanneau 2025-01-28 23:03:53 +01:00
parent b5179b97ac
commit 558fc24911
6 changed files with 248 additions and 26 deletions

8
nix/default.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
imports = [
./packages.nix
./devshells.nix
];
}