chore(nix-shell): rename shell
This commit is contained in:
parent
d510f52aba
commit
742c8c26eb
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@
|
||||||
let
|
let
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
in {
|
in {
|
||||||
# TODO: make a multiach flake
|
# TODO: make a multiarch flake
|
||||||
devShells.x86_64-linux.default =
|
devShells.x86_64-linux.default =
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
|
name = "nixfiles";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.shellcheck
|
pkgs.shellcheck
|
||||||
pkgs.lefthook
|
pkgs.lefthook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue