0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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 {}