flake: Include NUR instead of call package functions separately

This commit is contained in:
ulic-youthlic 2025-07-05 19:20:06 +08:00
parent 6267da609a
commit e9580543b4
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 61 additions and 390 deletions

View file

@ -118,14 +118,6 @@
repo = "flake-utils";
};
nur-rycee = {
type = "gitlab";
owner = "rycee";
repo = "nur-expressions";
ref = "master";
flake = false;
};
sops-nix = {
type = "github";
owner = "Mic92";
@ -177,10 +169,15 @@
repo = "nyx";
};
nur-ataraxiasjel = {
nur = {
type = "github";
owner = "ataraxiasjel";
repo = "nur";
owner = "nix-community";
repo = "NUR";
inputs = {
nixpkgs.follows = "nixpkgs";
treefmt-nix.follows = "treefmt-nix";
flake-parts.follows = "flake-parts";
};
};
};
}