generated from Luis/nextjs-python-web-template
clan template: reduce autogenerate code to a minimum
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
{
|
||||
description = "<Put your description here>";
|
||||
|
||||
inputs = {
|
||||
clan-core.url = "git+https://git.clan.lol/clan/clan-core";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
};
|
||||
inputs.clan-core.url = "git+https://git.clan.lol/clan/clan-core";
|
||||
|
||||
outputs = inputs @ { flake-parts, ... }:
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = [ "x86_64-linux" ];
|
||||
imports = [
|
||||
./clan-flake-module.nix
|
||||
];
|
||||
outputs = { clan-core, ... }: {
|
||||
nixosConfigurations = clan-core.lib.buildClan {
|
||||
directory = ./.;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user