chore(nix-shell): rename shell

This commit is contained in:
Yorick Barbanneau 2024-05-16 21:42:20 +02:00
parent d510f52aba
commit 742c8c26eb

View file

@ -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