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:
parent
9c9ec49c19
commit
bbc2e839cb
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue