From a0d604d029d9222761393ea5d8d9ddde6788b633 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 23 Sep 2024 12:35:27 +0200 Subject: Add scons to nix and result to ignore --- .nix/derivation.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.nix/derivation.nix') diff --git a/.nix/derivation.nix b/.nix/derivation.nix index b318a46..a927e8d 100644 --- a/.nix/derivation.nix +++ b/.nix/derivation.nix @@ -1,8 +1,13 @@ { stdenv +, scons }: stdenv.mkDerivation { pname = "icosahedrical_destruction"; version = "0.0.0"; src = ./..; + + nativeBuildInputs = [ + scons + ]; } -- cgit v1.2.3