nix-files/pkgs/additional/sane-open/default.nix

7 lines
157 B
Nix

{ static-nix-shell }:
static-nix-shell.mkBash {
pname = "sane-open";
srcRoot = ./.;
pkgs = [ "glib" "jq" "procps" "sway" "util-linux" "xdg-utils" ];
}