Merge pull request 'move non-toplevel flakes out of flake.nix' (#73) from Mic92-flake-parts-refactoring into main
All checks were successful
build / test (push) Successful in 7s

This commit is contained in:
clan-bot 2023-08-08 12:05:18 +00:00
commit 108471c56b
2 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,6 @@
./targets/flake-module.nix
./modules/flake-module.nix
./pkgs/flake-module.nix
./pkgs/clan-merge/flake-module.nix
];
perSystem = { ... }: {
treefmt = {

View File

@ -1,4 +1,7 @@
{ ... }: {
imports = [
./clan-merge/flake-module.nix
];
perSystem = { pkgs, config, ... }: {
packages =
let