1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

flake-module: use toString primop

This commit is contained in:
Joshua Park 2025-05-18 04:13:29 -04:00 committed by Robert Helgesson
parent ee85cfc5c1
commit 97118a310e

View file

@ -6,7 +6,6 @@
}: }:
let let
inherit (lib) inherit (lib)
toString
mapAttrs mapAttrs
mkOption mkOption
types types