Skip to content

Commit

Permalink
chore(nix): Update flake.nix to remove deprecated property
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Mar 5, 2024
1 parent a27f704 commit 1fb24a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
};
outputs = { nixpkgs, flake-utils, ... }:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };
let pkgs = import nixpkgs { inherit system; };
in {
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
name = "shell with stylua and luacheck";

packages = with pkgs; [ stylua luajitPackages.luacheck ];
Expand Down

0 comments on commit 1fb24a7

Please sign in to comment.