From 7aa390883104725c64c65d20a0713cfcd654f637 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 21 Oct 2025 10:38:26 -0500 Subject: More correct dfu-util flash script + rearranged personal devices --- flake.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 85f0eb6..b59f294 100644 --- a/flake.nix +++ b/flake.nix @@ -2,10 +2,13 @@ description = "Nix utilities to manage keyboard firmware"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs"; + nixpkgs.url = "github:nixos/nixpkgs/release-25.05"; flake-parts.url = "github:hercules-ci/flake-parts"; systems.url = "github:nix-systems/default"; - treefmt-nix.url = "github:numtide/treefmt-nix"; + treefmt-nix = { + url = "github:numtide/treefmt-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = inputs@{self, ... }: inputs.flake-parts.lib.mkFlake { inherit inputs self; } { @@ -18,7 +21,7 @@ imports = [ inputs.treefmt-nix.flakeModule ./modules - ./keyboards + ./devices ]; perSystem = { pkgs, config, system, ... }: { -- cgit v1.2.3