shell.nix: use nocc

main
Jörg Thalheim 2 years ago
parent 233c80b94e
commit 5cc4bba4a3
No known key found for this signature in database

@ -1,6 +1,6 @@
{pkgs ? import <nixpkgs> {}}: {pkgs ? import <nixpkgs> {}}:
with pkgs; with pkgs;
mkShell { mkShellNoCC {
buildInputs = [ buildInputs = [
python3.pkgs.pytest python3.pkgs.pytest
python3.pkgs.flake8 python3.pkgs.flake8

Loading…
Cancel
Save