diff --git a/flake.nix b/flake.nix index 254a45f..f69bad5 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {