mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
7 lines
181 B
Plaintext
Executable File
7 lines
181 B
Plaintext
Executable File
#! /usr/bin/env nix-shell
|
|
#! nix-shell --show-trace ./emacs2nix.nix -i bash
|
|
|
|
output="elpa-generated.nix"
|
|
elpa-packages.sh --names $EMACS2NIX/names.nix -o "$output"
|
|
nixfmt "$output"
|