about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 14:08:26 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 20:33:34 +0200
commit5fcdae15704a82032016d79272a1601f9d232365 (patch)
treeb16dc9c5135d86b3b3f75282a11345043f1d0629 /sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix
parentfeat(pkgs/lf-make-map): Add de-serialization to lf mappings (diff)
downloadnixos-config-5fcdae15704a82032016d79272a1601f9d232365.zip
feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`
Diffstat (limited to '')
-rw-r--r--sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix b/sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix
index 08fc6bb5..afb067b8 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix
+++ b/sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix
@@ -1,6 +1,4 @@
-{
-  rustPlatform,
-}:
+{rustPlatform}:
 rustPlatform.buildRustPackage {
   pname = "lf-make-map";
   version = "0.1.0";