summary refs log tree commit diff
path: root/nixos/tests/lorri/fake-shell.nix
blob: 9de9d247e54243a3e099525c437d508a5a7135d3 (plain) (blame)
1
2
3
4
5
derivation {
  system = builtins.currentSystem;
  name = "fake-shell";
  builder = ./builder.sh;
}