fix(repo): repair stuff broken by alqages
This commit is contained in:
parent
c8369fc81c
commit
33583e6200
9 changed files with 73 additions and 72 deletions
10
flake.nix
10
flake.nix
|
@ -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, ...}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue