1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-31 04:04:55 +00:00

(cosmeticChanges)

This commit is contained in:
li 2023-03-29 11:34:14 +07:00
parent 9c9ec49c19
commit bbc2e839cb
No known key found for this signature in database
GPG key ID: 4372E1E8D7C5FCC5

View file

@ -1,13 +1,8 @@
#
# Nixpkgs module. The only exception to the rule.
#
# Provides a `pkgs` argument in `perSystem`.
#
topLevel@{ config, options, inputs, lib, flake-parts-lib, ... }:
let
inherit (flake-parts-lib)
mkPerSystemOption
;
inherit (flake-parts-lib) mkPerSystemOption;
in
{