From 742c8c26ebd92f7c615c86be02f2d3de703d6508 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 16 May 2024 21:42:20 +0200 Subject: [PATCH] chore(nix-shell): rename shell --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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