fix(repo): repair stuff broken by alqages

This commit is contained in:
Artur Manuel 2025-02-11 17:17:28 +00:00
commit 33583e6200
9 changed files with 73 additions and 72 deletions

View file

@ -35,7 +35,6 @@
type = "github";
owner = "notashelf";
repo = "wallpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
pankomacs = {
type = "git";
@ -59,9 +58,12 @@
type = "git";
url = "https://codeberg.org/amadaluzia/hetch.git";
ref = "master";
inputs = {
nixpkgs.follows = "nixpkgs";
};
inputs.nixpkgs.follows = "nixpkgs";
};
alqages = {
type = "git";
url = "https://codeberg.org/amadaluzia/alqages.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs @ {flake-parts, ...}: