From 60f9f4d42215d305c4e71c60c55382bee30bfb43 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 4 Sep 2024 21:56:13 -0700 Subject: flake --- pkgs/cargo-clean-all.nix | 4 +--- pkgs/chan-downloader.nix | 4 +--- pkgs/git-sumi.nix | 4 +--- pkgs/swaddle.nix | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) (limited to 'pkgs') diff --git a/pkgs/cargo-clean-all.nix b/pkgs/cargo-clean-all.nix index 42ef354..bfa33d3 100644 --- a/pkgs/cargo-clean-all.nix +++ b/pkgs/cargo-clean-all.nix @@ -4,9 +4,7 @@ fetchFromGitHub, }: let - rustUtils = import ../lib/rust-utils.nix { - inherit lib rustPlatform fetchFromGitHub; - }; + rustUtils = import ../lib/rust-utils.nix { inherit lib rustPlatform fetchFromGitHub; }; in rustUtils.mkRustPackage { pname = "cargo-clean-all"; diff --git a/pkgs/chan-downloader.nix b/pkgs/chan-downloader.nix index 10c55c3..9de5c7c 100644 --- a/pkgs/chan-downloader.nix +++ b/pkgs/chan-downloader.nix @@ -6,9 +6,7 @@ openssl, }: let - rustUtils = import ../lib/rust-utils.nix { - inherit lib rustPlatform fetchFromGitHub; - }; + rustUtils = import ../lib/rust-utils.nix { inherit lib rustPlatform fetchFromGitHub; }; in rustUtils.mkRustPackage { pname = "chan-downloader"; diff --git a/pkgs/git-sumi.nix b/pkgs/git-sumi.nix index 488a7a0..504f1d4 100644 --- a/pkgs/git-sumi.nix +++ b/pkgs/git-sumi.nix @@ -4,9 +4,7 @@ fetchFromGitHub, }: let - rustUtils = import ../lib/rust-utils.nix { - inherit lib rustPlatform fetchFromGitHub; - }; + rustUtils = import ../lib/rust-utils.nix { inherit lib rustPlatform fetchFromGitHub; }; in rustUtils.mkRustPackage { pname = "git-sumi"; diff --git a/pkgs/swaddle.nix b/pkgs/swaddle.nix index bddb6a5..ddb5c43 100644 --- a/pkgs/swaddle.nix +++ b/pkgs/swaddle.nix @@ -6,9 +6,7 @@ pkg-config, }: let - rustUtils = import ../lib/rust-utils.nix { - inherit lib rustPlatform fetchFromGitHub; - }; + rustUtils = import ../lib/rust-utils.nix { inherit lib rustPlatform fetchFromGitHub; }; in rustUtils.mkRustPackage { pname = "swaddle"; -- cgit v1.2.3