Cleanup dependencies
Some checks failed
check / check (push) Failing after 0s

This commit is contained in:
Florian RICHER 2024-10-28 20:56:56 +01:00
parent cdb1862695
commit 3e3185f184
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 22 additions and 28 deletions

View file

@ -3,7 +3,14 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
# Use to clean dependencies
systems.url = "github:nix-systems/default";
flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";
};
nur.url = "github:nix-community/NUR";
home-manager = {
@ -15,6 +22,7 @@
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
inputs.systems.follows = "systems";
};
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
@ -28,20 +36,16 @@
};
nix-doom-emacs = {
url = "github:nix-community/nix-doom-emacs";
inputs = {
nix-straight.follows = "nix-straight";
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
inputs.nix-straight.follows = "nix-straight";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
# To use nixos program on others distros
nixgl = {
url = "github:nix-community/nixGL";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};