mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
ceccff3439
Includes user service (nixos/modules/services/development/lorri) that starts on demand.
5 lines
99 B
Nix
5 lines
99 B
Nix
derivation {
|
|
system = builtins.currentSystem;
|
|
name = "fake-shell";
|
|
builder = ./builder.sh;
|
|
}
|