nixpkgs/nixos/tests/lorri/fake-shell.nix
Leonhard Markert ceccff3439 lorri: init at version unstable-2019-10-30
Includes user service (nixos/modules/services/development/lorri) that
starts on demand.
2019-11-14 16:06:27 +01:00

6 lines
99 B
Nix

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