Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 15a76e44 authored by Gaétan Lepage's avatar Gaétan Lepage
Browse files

[1.5.0] env variable support in singularity

parent 0665778a
Branches
Tags v1.5.0
No related merge requests found
#!/bin/sh
use flake
source venv/bin/activate
# use flake
{pkgs ? import <nixpkgs> {}}: let
py = pkgs.python3Packages;
in
py.buildPythonApplication rec {
py.buildPythonApplication {
pname = "remote-inria";
version = "1.4.0";
version = "1.5.0";
src = pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-naL5CJxf4RQG5r5RXWxCki4NsJyaerPzwMsPhtrSPn0=";
};
src = ./.;
format = "pyproject";
......
......@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1680213900,
"narHash": "sha256-cIDr5WZIj3EkKyCgj/6j3HBH4Jj1W296z7HTcWj1aMA=",
"lastModified": 1688590700,
"narHash": "sha256-ZF055rIUP89cVwiLpG5xkJzx00gEuuGFF60Bs/LM3wc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e3652e0735fbec227f342712f180f4f21f0594f2",
"rev": "f292b4964cb71f9dfbbd30dc9f511d6165cd109b",
"type": "github"
},
"original": {
......
......@@ -48,9 +48,9 @@
};
};
devShells.${system}.default = pkgs.mkShell {
buildInputs = [python];
};
# devShells.${system}.default = pkgs.mkShell {
# buildInputs = [python];
# };
formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra;
};
......
......@@ -2,7 +2,7 @@
name = "remote-inria"
description = "Remote Inria: A CLI tool for remotely interacting with Inria computing resources."
version = "1.4.0"
version = "1.5.0"
authors = [
{ name = "Gaétan Lepage", email = "gaetan.lepage@inria.fr" }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment