summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-05-12 20:13:03 +0200
committerClaudius Holeksa <mail@keldu.de>2023-05-12 20:20:07 +0200
commit6419fb602593e220ed83a3b90a60ad22a72ca24d (patch)
tree2774d845eccf22bb4efef36588ab81e09c928b04 /src
parent4d512c3fc5a55ecc1e3f9d090f74420d7992388b (diff)
Removed unused let section
Diffstat (limited to 'src')
-rw-r--r--src/core/.nix/derivation.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/.nix/derivation.nix b/src/core/.nix/derivation.nix
index 5eda756..26acd3d 100644
--- a/src/core/.nix/derivation.nix
+++ b/src/core/.nix/derivation.nix
@@ -6,9 +6,7 @@
, version
}:
-let
-
-in stdenvNoCC.mkDerivation {
+stdenvNoCC.mkDerivation {
pname = "forstio-core";
inherit version;
src = ./..;