Skip to content

Commit

Permalink
I rly can't nix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 5, 2023
1 parent 8999b60 commit 648c1a1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,17 @@
];
};
});

packages = forAllSystems (system: {
default = pkgs.${system}.mkShellNoCC {
packages = with pkgs.${system}; [
poetry
(python311.withPackages
(pp: with pp; [ black isort mypy types-requests django-stubs ]))
gettext
nixfmt
];
};
});
};
}

0 comments on commit 648c1a1

Please sign in to comment.