diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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, ... }: { |
