nixpkgs-odroid-hc4/nixos/tests/lorri/fake-shell.nix
2025-12-20 09:59:59 +11:00

5 lines
99 B
Nix

derivation {
system = builtins.currentSystem;
name = "fake-shell";
builder = ./builder.sh;
}