Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Elais Player committed Feb 9, 2023
1 parent 42e32af commit b2a5d5d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
let
python = "python39";
python = "python310";
pkgs = nixpkgs.legacyPackages.${system};
in {
devShell = pkgs.mkShell {
buildInputs = [
(pkgs.${python}.withPackages
(ps: with ps; [pip python-lsp-server python-lsp-black isort
pip-tools pylsp-mypy]))
pkgs.gnumake
pkgs.gnumake pkgs.ruff pkgs.docker pkgs.docker-compose
];
};
});
Expand Down

0 comments on commit b2a5d5d

Please sign in to comment.