about summary refs log tree commit diff stats
path: root/bootstrap/default.nix
blob: 29dda5c02ae72f1bb904c8e1ac588ed0be508ea5 (plain) (blame)
1
2
{pkgs, ...}:
pkgs.writeShellScriptBin "install" (builtins.readFile ./install)