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
, makeDesktopItem
{
copyDesktopItems,
makeDesktopItem,
static-nix-shell,
}:
static-nix-shell.mkBash {
pname = "sane-open";
srcRoot = ./.;
pkgs = [ "glib" "jq" "procps" "sway" "util-linux" "xdg-utils" ];
pkgs = [
"glib"
"jq"
"procps"
"sway"
"util-linux"
"xdg-utils"
];
nativeBuildInputs = [
copyDesktopItems
];