Improve .t script

This commit is contained in:
Tobias Reisinger 2023-12-19 23:59:30 +01:00
parent d173de93ba
commit 717d35f2b0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 37 additions and 17 deletions

View file

@ -0,0 +1,5 @@
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
];
}