sane-open: format with nixfmt

This commit is contained in:
2024-12-07 21:06:19 +00:00
parent 338559296c
commit 7ef6916b04

View File

@@ -1,11 +1,19 @@
{ static-nix-shell {
, copyDesktopItems copyDesktopItems,
, makeDesktopItem makeDesktopItem,
static-nix-shell,
}: }:
static-nix-shell.mkBash { static-nix-shell.mkBash {
pname = "sane-open"; pname = "sane-open";
srcRoot = ./.; srcRoot = ./.;
pkgs = [ "glib" "jq" "procps" "sway" "util-linux" "xdg-utils" ]; pkgs = [
"glib"
"jq"
"procps"
"sway"
"util-linux"
"xdg-utils"
];
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems copyDesktopItems
]; ];