DEBSOURCES
Skip Quicknav
sources / gnome-shell-extension-caffeine / 56-2 / shell.nix
12345678
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell { buildInputs = with pkgs; [ gettext zip glib gnome.gnome-shell ]; }