sane-open: format with nixfmt
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user