This commit is contained in:
Mateusz Słodkowicz 2023-10-08 16:17:46 +02:00
parent ad14e1976a
commit cae14663b5
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 11 additions and 0 deletions

View File

@ -25,6 +25,17 @@
nixpkgs.follows = "nixpkgs";
};
};
nixerus = {
type = "github";
owner = "materusPL";
repo = "Nixerus";
ref = "master";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
nur = {
type = "github";
owner = "nix-community";