diff --git a/flake.nix b/flake.nix index c015bec..aa260a3 100644 --- a/flake.nix +++ b/flake.nix @@ -12,12 +12,12 @@ let stateVersion = "23.11"; in { - # TODO: make a multiach flake + # TODO: make a multiarch flake devShells.x86_64-linux.default = let pkgs = nixpkgs.legacyPackages."x86_64-linux"; in pkgs.mkShell { - + name = "nixfiles"; buildInputs = [ pkgs.shellcheck pkgs.lefthook