diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-05-12 20:13:03 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-05-12 20:20:07 +0200 |
commit | 6419fb602593e220ed83a3b90a60ad22a72ca24d (patch) | |
tree | 2774d845eccf22bb4efef36588ab81e09c928b04 | |
parent | 4d512c3fc5a55ecc1e3f9d090f74420d7992388b (diff) |
Removed unused let section
-rw-r--r-- | src/core/.nix/derivation.nix | 4 |
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 = ./..; |