nixos/test-driver: add shell.nix

this useful for local development
This commit is contained in:
Jörg Thalheim 2023-09-30 10:13:51 +02:00
parent 9ac9e8407f
commit d746557260

View File

@ -0,0 +1,2 @@
with import ../../.. {};
pkgs.callPackage ./default.nix {}