Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
use direct func params instead of pkgs
ulic-youthlic committed 1 year ago
commit d18663df68cecd81c011a1044c441c73c019c7b6
parent 10f22342d9178040a78b6859207363afe15eaa55
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;
            };