Add quadlet-nix

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-02-16 19:56:54 +00:00
parent 0799ab4db7
commit eeb39db533
4 changed files with 51 additions and 26 deletions

View File

@@ -62,7 +62,10 @@
repo = "NUR";
ref = "master";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
treefmt-nix.follows = "treefmt-nix";
};
};
flake-utils = {
@@ -83,6 +86,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
quadlet-nix = {
type = "github";
owner = "SEIAROTg";
repo = "quadlet-nix";
ref = "main";
inputs.nixpkgs.follows = "nixpkgs";
};
astal = {
type = "github";
owner = "aylur";