flake: Include NUR instead of call package functions separately
This commit is contained in:
parent
6267da609a
commit
e9580543b4
7 changed files with 61 additions and 390 deletions
19
flake.nix
19
flake.nix
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue