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