Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
use direct func params instead of pkgs
ulic-youthlic committed 11 months ago
commit d18663df68cecd81c011a1044c441c73c019c7b6
parent 10f2234
1 file changed +2 -2
modified flake.nix
@@ -78,8 +78,8 @@
            openssh,
            playwright-browsers_v1_47_0,
          }: let
-
            rTc = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain;
-
            rustPlatform = pkgs.makeRustPlatform {
+
            rTc = rust-bin.fromRustupToolchainFile ./rust-toolchain;
+
            rustPlatform = makeRustPlatform {
              cargo = rTc;
              rustc = rTc;
            };