chore(flake): sort inputs

This commit is contained in:
Malte Tammena 2024-11-17 15:07:55 +01:00
parent 4a42f6bfae
commit e5a5d54491

View file

@ -2,11 +2,17 @@
description = "Malte Tammena's system configuration";
inputs = {
# Utils
flake-parts.url = "github:hercules-ci/flake-parts";
devshell.url = "github:numtide/devshell";
treefmt-nix.url = "github:numtide/treefmt-nix";
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
nix-topology = {
url = "github:oddlama/nix-topology";
inputs.nixpkgs.follows = "nixpkgs";
};
# Hard deps
nixpkgs.url = "nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware";
custom-udev-rules.url = "github:MalteT/custom-udev-rules";
@ -56,15 +62,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Non-flakes
qmk-udev-rules = {
url = "github:qmk/qmk_firmware";
flake = false;
};
nix-topology = {
url = "github:oddlama/nix-topology";
inputs.nixpkgs.follows = "nixpkgs";
};
};
nixConfig = {