Add OGP devshell
This commit is contained in:
parent
0d7480a4b7
commit
0ac30eea3e
1 changed files with 2 additions and 18 deletions
20
flake.nix
20
flake.nix
|
@ -323,25 +323,9 @@
|
|||
})
|
||||
];
|
||||
};
|
||||
scriptingtalen-project = pkgs.devshell.mkShell {
|
||||
objectgericht-project = pkgs.devshell.mkShell {
|
||||
name = "Scriptingtalen project";
|
||||
packages = [ (pkgs.python3.withPackages (ps: with ps; [ beautifulsoup4 requests ])) ];
|
||||
};
|
||||
Rocket = pkgs.devshell.mkShell {
|
||||
name = "Rocket";
|
||||
imports = [ "${devshell}/extra/language/c.nix" ];
|
||||
env = [
|
||||
{ name = "PQ_LIB_DIR"; value = "${pkgs.postgresql.lib}/lib"; }
|
||||
];
|
||||
packages = with pkgs; [
|
||||
binutils
|
||||
(rust-bin.nightly.latest.default.override { extensions = [ "rust-analyzer-preview" "rust-src" ]; })
|
||||
];
|
||||
language.c = {
|
||||
compiler = pkgs.gcc;
|
||||
includes = [ pkgs.postgresql.lib pkgs.sqlite pkgs.libmysqlclient pkgs.openssl ];
|
||||
libraries = [ pkgs.postgresql.lib pkgs.sqlite pkgs.libmysqlclient pkgs.openssl ];
|
||||
};
|
||||
packages = with pkgs; [ openssl maven openjdk ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue