1
0
forked from clan/clan-core

Merge pull request 'revert formatting from nixpkgs-fmt' (#14) from cli into main

Reviewed-on: clan/clan-core#14
This commit is contained in:
Mic92 2023-07-21 11:10:10 +00:00
commit 24c318df43
2 changed files with 2 additions and 7 deletions

View File

@ -12,10 +12,7 @@
};
outputs = inputs @ { flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } ({ lib
, config
, ...
}: {
flake-parts.lib.mkFlake { inherit inputs; } ({ lib, config, ... }: {
systems = lib.systems.flakeExposed;
imports = [
./flake-parts/packages.nix

View File

@ -1,6 +1,4 @@
{ pkgs ? import <nixpkgs> { }
,
}:
{ pkgs ? import <nixpkgs> { } }:
let
lib = pkgs.lib;
python3 = pkgs.python3;