This commit is contained in:
Sridhar Ratnakumar 2022-11-09 08:46:08 -05:00
parent ab5b0f8f0d
commit fc5de8c1bb

View file

@ -180,12 +180,10 @@
formatter = pkgs.nixpkgs-fmt;
apps.default =
let
# Create a flake app that wraps the given bash CLI.
bashCmdApp = name: cmd: {
type = "app";
program =
let
pkgs = inputs.nixpkgs.legacyPackages.aarch64-darwin;
in
(pkgs.writeShellApplication {
inherit name;
text = ''