about summary refs log tree commit diff
path: root/pkgs/tools/nixos/nixos-enter/default.nix
blob: ccf455c40dcf8541f6f9d0910a5a820dc7370012 (plain) (blame)
1
2
3
4
5
6
7
{ substituteAll }:
substituteAll {
  name = "nixos-enter";
  dir = "bin";
  isExecutable = true;
  src = ./nixos-enter.sh;
}