1
0
forked from clan/clan-infra

move non-toplevel flakes out of flake.nix

This commit is contained in:
Jörg Thalheim 2023-08-08 14:05:00 +02:00
parent fd3d0ccabb
commit 132000a179
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