update bisq, drawing packages
This commit is contained in:
parent
7e6143e7c2
commit
e535fd9bb2
3 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz;
|
unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz;
|
||||||
|
bisqTarball = fetchTarball https://github.com/emmanuelrosa/nixpkgs/archive/6ee154d2bc8c4c48cde2d7ae5bcd0a3da28b2b72.tar.gz;
|
||||||
nurTarball = fetchTarball https://github.com/nix-community/NUR/archive/master.tar.gz;
|
nurTarball = fetchTarball https://github.com/nix-community/NUR/archive/master.tar.gz;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
@ -23,6 +24,9 @@ in
|
||||||
unstable = import unstableTarball {
|
unstable = import unstableTarball {
|
||||||
config = config.nixpkgs.config;
|
config = config.nixpkgs.config;
|
||||||
};
|
};
|
||||||
|
bisq = import bisqTarball {
|
||||||
|
config = config.nixpkgs.config;
|
||||||
|
};
|
||||||
nur = import nurTarball {
|
nur = import nurTarball {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
};
|
};
|
||||||
|
|
|
@ -38,6 +38,9 @@
|
||||||
spotify shotwell
|
spotify shotwell
|
||||||
gnome-builder flatpak-builder flatpak python38Packages.lxml python38Packages.jedi meson
|
gnome-builder flatpak-builder flatpak python38Packages.lxml python38Packages.jedi meson
|
||||||
libreoffice simple-scan
|
libreoffice simple-scan
|
||||||
|
unstable.freecad
|
||||||
|
unstable.openscad
|
||||||
|
unstable.inkscape
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ]))
|
( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ]))
|
||||||
nur.repos.emmanuelrosa.bisq-desktop
|
bisq.bisq-desktop
|
||||||
apvlv
|
apvlv
|
||||||
aria
|
aria
|
||||||
atop
|
atop
|
||||||
|
|
Loading…
Reference in a new issue