This commit is contained in:
zackartz 2024-05-05 16:59:08 -04:00
parent 56defe7904
commit aece07b5eb
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -8,6 +8,7 @@
outputs = { outputs = {
systems, systems,
nixpkgs, nixpkgs,
self,
... ...
} @ inputs: let } @ inputs: let
eachSystem = f: eachSystem = f:
@ -29,7 +30,6 @@
config, config,
lib, lib,
pkgs, pkgs,
self,
... ...
}: }:
with lib; let with lib; let