From a9e39b682fa2c526e98008237180ab185097abb7 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 10 Sep 2024 22:42:22 +0100 Subject: [PATCH] rename local, fix syntax --- shell.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 05e1e0e..81b799c 100644 --- a/shell.nix +++ b/shell.nix @@ -1,11 +1,12 @@ with import {} ; let - just = callPackage ./. {}; -in just.overrideAttrs(o: { + package = callPackage ./. {}; +in package.overrideAttrs(o: { nativeBuildInputs = o.nativeBuildInputs ++ (with pkgs; [ socat overmind entr + ]); buildInputs = o.buildInputs ++ (with pkgs; [ gobject-introspection gtk3