From cfc6f8ed68f3718ffe033da2417af5190374ae0e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 6 May 2024 11:42:39 +0200 Subject: Renamae rmt to storage since it's not related to remote, but locality --- modules/tools/.nix/derivation.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/tools/.nix') diff --git a/modules/tools/.nix/derivation.nix b/modules/tools/.nix/derivation.nix index 1c1431a..54ebb5e 100644 --- a/modules/tools/.nix/derivation.nix +++ b/modules/tools/.nix/derivation.nix @@ -7,9 +7,7 @@ , forstio }: -let - -in stdenv.mkDerivation { +stdenv.mkDerivation { pname = "forstio-tools"; inherit version; src = ./..; -- cgit v1.2.3