clan-template: drop unused dependencies

This commit is contained in:
Jörg Thalheim
2023-07-26 11:31:33 +02:00
parent d516b449e8
commit 6de0fb7775
3 changed files with 2 additions and 24 deletions

View File

@@ -1,13 +1,9 @@
{
description = "";
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";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
nixpkgs.url = "nixpkgs/nixos-unstable";
};
outputs = inputs @ { flake-parts, ... }: