chore(systems): add camascaPkgs
This commit is contained in:
parent
0a04abf7fd
commit
3b3c10a550
2 changed files with 6 additions and 7 deletions
|
@ -28,6 +28,8 @@ let
|
||||||
inherit lib;
|
inherit lib;
|
||||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
camascaPkgs = inputs.camasca.packages.${system};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
camasca,
|
camascaPkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
|
||||||
inherit (pkgs.stdenv.hostPlatform) system;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./urbackup.nix
|
./urbackup.nix
|
||||||
|
@ -15,9 +12,9 @@ in
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gtkterm
|
gtkterm
|
||||||
remmina
|
remmina
|
||||||
camasca.packages.${system}.openwebstart
|
camascaPkgs.openwebstart
|
||||||
camasca.packages.${system}.jaspersoft-studio-community
|
camascaPkgs.jaspersoft-studio-community
|
||||||
camasca.packages.${system}.sql-developer
|
camascaPkgs.sql-developer
|
||||||
pycharm-wrapped
|
pycharm-wrapped
|
||||||
recaf-launcher
|
recaf-launcher
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue