flake: Sync flake input upstreams
This commit is contained in:
parent
f5977b7dcc
commit
ed31c2cf5e
4 changed files with 400 additions and 116 deletions
11
flake.nix
11
flake.nix
|
|
@ -134,7 +134,6 @@
|
|||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-parts.follows = "flake-parts";
|
||||
home-manager.follows = "home-manager";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -173,11 +172,11 @@
|
|||
type = "github";
|
||||
owner = "nix-community";
|
||||
repo = "NUR";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
treefmt-nix.follows = "treefmt-nix";
|
||||
flake-parts.follows = "flake-parts";
|
||||
};
|
||||
};
|
||||
nur-ataraxiasjel = {
|
||||
type = "github";
|
||||
owner = "AtaraxiaSjel";
|
||||
repo = "nur";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue