Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 52eff900 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

default.nix: format

parent 584994a7
Branches
No related tags found
No related merge requests found
{pkgs ? import <nixpkgs> {}}: let
{
pkgs ? import <nixpkgs> { },
}:
let
py = pkgs.python3Packages;
in
py.buildPythonApplication {
pname = "remote-inria";
version = "1.7.3";
py.buildPythonApplication {
pname = "remote-inria";
version = "1.7.3";
src = ./.;
src = ./.;
pyproject = true;
pyproject = true;
build-system = [py.setuptools];
build-system = [ py.setuptools ];
dependencies = with py; [
pyyaml
click
termcolor
];
}
dependencies = with py; [
pyyaml
click
termcolor
];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment