Skip to content

Commit 88c193e

Browse files
committed
update flake
1 parent dace029 commit 88c193e

File tree

2 files changed

+42
-36
lines changed

2 files changed

+42
-36
lines changed

flake.lock

+37-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
devShell = pkgs.mkShell rec {
4242
name = "napoli-rust";
4343

44+
libraries = with pkgs; [
45+
webkitgtk_4_1
46+
];
47+
4448
packages = with pkgs; [
4549
# Development Tools
4650
dev-toolchain
@@ -52,6 +56,7 @@
5256
nodejs
5357
nodePackages.npm
5458
nodePackages.tailwindcss
59+
webkitgtk_4_1
5560
] ++ (
5661
# Apple libraries if necessary
5762
lib.optional stdenv.isDarwin [

0 commit comments

Comments
 (0)