mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
Fix
This commit is contained in:
parent
ab5b0f8f0d
commit
fc5de8c1bb
1 changed files with 1 additions and 3 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue