templates/minimal: consistent input names
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
{
|
||||
|
||||
inputs = {
|
||||
clan.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
|
||||
nixpkgs.follows = "clan/nixpkgs";
|
||||
clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
|
||||
nixpkgs.follows = "clan-core/nixpkgs";
|
||||
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
flake-parts.inputs.nixpkgs-lib.follows = "clan/nixpkgs";
|
||||
flake-parts.inputs.nixpkgs-lib.follows = "clan-core/nixpkgs";
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -15,7 +14,7 @@
|
||||
{
|
||||
|
||||
imports = [
|
||||
inputs.clan.flakeModules.default
|
||||
inputs.clan-core.flakeModules.default
|
||||
];
|
||||
|
||||
clan = {
|
||||
|
||||
Reference in New Issue
Block a user