added development environment

This commit is contained in:
Bryan Ramos 2024-05-13 10:20:20 -04:00
parent c58e64bae2
commit c1405c5a2e
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 31 additions and 19 deletions

View file

@ -68,5 +68,11 @@
./src/system/machines/workstation
];
};
devShells.${system}.default = with pkgs; mkShell {
packages = [
just
];
};
};
}