chore: update inputs to reduce the amount of repos pulled

This commit is contained in:
Nickolaj Jepsen 2026-01-21 20:35:22 +01:00
parent 4fcaba3a56
commit d691ca5298
3 changed files with 50 additions and 160 deletions

View file

@ -33,6 +33,7 @@
nur.url = "github:nix-community/NUR";
nur.inputs.nixpkgs.follows = "nixpkgs";
nur.inputs.flake-parts.follows = "flake-parts";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
@ -41,16 +42,21 @@
disko.inputs.nixpkgs.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.home-manager.follows = "home-manager";
agenix-rekey.url = "github:oddlama/agenix-rekey";
agenix-rekey.inputs.nixpkgs.follows = "nixpkgs";
agenix-rekey.inputs.treefmt-nix.follows = "treefmt-nix";
agenix-rekey.inputs.flake-parts.follows = "flake-parts";
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
nix-vscode-extensions.inputs.nixpkgs.follows = "nixpkgs";
niri.url = "github:sodiboo/niri-flake";
niri.inputs.nixpkgs.follows = "nixpkgs";
@ -64,5 +70,6 @@
dms-plugin-registry.inputs.nixpkgs.follows = "nixpkgs";
opencode.url = "github:anomalyco/opencode";
opencode.inputs.nixpkgs.follows = "nixpkgs";
};
}