Skip to content

Commit

Permalink
Add shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Elinvention committed Dec 9, 2023
1 parent d5b4e1c commit 7a75bd1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
buildInputs = with pkgs; [
gettext
intltool
zip
glib
gnome.gnome-shell
nodejs
];
}

0 comments on commit 7a75bd1

Please sign in to comment.